-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 1016 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IITB run </title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js" type="module"></script>
</head>
<body>
<div class="world" data-world>
<div class="score" data-score></div>
<div class="start-screen" data-start-screen>Welcome to IITB run by IITendo Games,Press any key to start!</div>
<img src="imgs/ground.png" class="ground" data-ground>
<img src="imgs/ground.png" class="ground" data-ground>
<img src="imgs/dino-run-1.png" class="dino" data-dino>
<button id = "btn-1">Background-1</button>
<button id = "btn-2">Background-2</button>
<button id = "btn-3">Background-3</button>
<button id = "btn-4">ch1</button>
<button id = "btn-5">ch2</button>
<button id = "btn-6">ch3</button>
</div>
</body>
</html>