-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagenotfound.html
29 lines (28 loc) · 1.04 KB
/
pagenotfound.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>404 - Page not found</title>
<link rel="stylesheet" href="pagenotfound.css" />
</head>
<body>
<div id="world">
<div id="gameoverInstructions">Game Over</div>
<div id="dist">
<div class="label">distance</div>
<div id="distValue">000</div>
</div>
<div id="instructions">
Click to jump<span class="lightInstructions">
— Grab the carrots / avoid the hedgehogs</span
>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r80/three.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/264161/OrbitControls.js"></script>
<script src="pagenotfound.js"></script>
</body>
</html>