-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdino.html
44 lines (40 loc) · 1.96 KB
/
dino.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🚀Save our ASTRO!!</title>
<link rel='stylesheet' href='https://rawcdn.githack.com/SochavaAG/example-mycode/master/_common/css/reset.css'>
<link rel="stylesheet" href="css/dino.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital@1&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<!-- partial:index.partial.html -->
<video autoplay muted loop id="myVideo">
<source src="mars.mp4" type="video/mp4">
</video>
<br>
<a href="game.html" class="action-button shadow animate blue">play</a>
<img src="images/level2/astronaut.jpg" alt="Astronaut Image">
<p class="spacehacks-heading" style="font-family: 'Roboto Slab', serif;font-size: 40px; text-align: center;color: aliceblue;"><b>Play for an trivial 🌳Detox and take 🧑🚀Humanity to<span style="color:orangered"><b> NEXT LEVEL🪐</span></p>
<br><br><br>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src="scripts/dino.js"></script>
</body>
<body>
<div class="content">
<!-- Your page content here -->
</div>
<div class="scroll-lock"></div>
<script src="script.js"></script>
</body>
</html>