-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (24 loc) · 1.49 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
<html>
<head>
<title>Dakota Maatman</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<meta content="OO2" property="og:title" />
<meta content="Olympus Online - Where Adventure Begins." property="og:description" />
<meta content="http://olympusonline2.com/_assets/images/icon.png" property="og:image" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="icon" type="image/png" href="_assets/favicon.png">
<!-- CSS/JS stuff -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="/OO2-website/_assets/css/404.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<p class="center">Space Invaders destroyed this page! Take revenge on them!
<br/> Use <span class="label label-danger">Space</span> to shoot and <span class="label label-danger">←</span> <span class="label label-danger">→</span> to move!   <button class="btn btn-default btn-xs" id="restart">Restart</button> <button id="home" class="btn btn-info btn-xs">Home</button>
</p>
<canvas id="space-invaders"/>
<script type="text/javascript" src="/OO2-website/_assets/js/404.js"></script>
</body>
</html>