forked from joshgeransky/SaveTheForest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (26 loc) · 1.03 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Save the Forest!</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser-arcade-physics.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/404.css">
</head>
<body>
<div id="container">
<!-- <img src="assets/images/gameOverGrey.jpeg"> -->
<div id="image404"><img src="assets/images/404transparent.png" id="doom"></div>
<div>
<h1>Oh no! The page you are looking for does not exist. </h1>
</div>
<div>
<p>Click this button to start saving the forest!</p>
</div>
<div>
<button onclick="window.location.href = 'index.html';" id="escapeButton">Play</button>
</div>
</div>
</body>
</html>