-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (25 loc) · 1018 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>Error 404 - Page Not Found!</title>
<link href="/Website/css/404.css" rel="stylesheet" type="text/css"/>
<link href="/Website/images/Favicons/404.Favicon.png" rel="shortcut icon" type="image/x-icon"/>
</head>
<body>
<div class="container">
<img alt="404" class="ops" src="/Website/images/404.svg"/>
<br/>
<h3>UH OH! You're lost.
<br/>The page you are looking for does not exist.
How you got here is a mystery. But you can click the button below
to go back to the homepage.
<br/><span id="game-text">Want to play a game? Keep refreshing this page, something might change...</span>
</h3>
<br/>
<a class="button" href="/index.html">Back Home</a>
</div>
</body>
<script src="/Website/js/404.js"></script>
</html>