1
0
Fork 0
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.
Website/public/404.html

18 lines
329 B
HTML

8 years ago
<!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>