-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 897 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 897 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Three.js Game</title>
<script type="module" crossorigin src="./assets/index-BBoUEHKN.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-kYJjIbZm.css">
</head>
<body>
<div id="spinner"></div>
<div id="timeDisplay" style="display: none">0</div>
<div id="levelCompleted" style="display: none">
Level Completed. Well Done!
</div>
<div id="instructions" style="display: none">
<h1>Obstacle Game</h1>
<p>Get to the end and be the best</p>
<kbd>W</kbd> <kbd>A</kbd> <kbd>S</kbd> <kbd>D</kbd> to move
<br />
<kbd>SPACE</kbd> to jump.
<br />
<br />
<button id="startButton">Click To Play</button>
</div>
</body>
</html>