You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
329 B
HTML
18 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>GURU meditation</title>
|
|
<style>
|
|
body{
|
|
background-color: #111;
|
|
margin-top: 150px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
|
<script src="assets/js/guru.js"></script>
|
|
</body>
|
|
</html>
|