-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (48 loc) · 1.82 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="arena io coding game ai artificial intelligence bot">
<meta name="description" content="arena io is a gaming platform for programmer, bots will have to face a challenge or each other">
<title>arena I/O - Not Found</title>
<link rel="stylesheet" href="/css/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="/css/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="/css/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/css/font-awesome.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="/css/layouts/index-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="/css/layouts/index.css">
<!--<![endif]-->
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">arena I/O</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="/" class="pure-menu-link">Home</a></li>
<!--<li class="pure-menu-item pure-menu-selected"><a href="#" class="pure-menu-link">Home</a></li>-->
<!--<li class="pure-menu-item"><a href="#" class="pure-menu-link">Tour</a></li>-->
<!--<li class="pure-menu-item"><a href="#" class="pure-menu-link">Sign Up</a></li>-->
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">404 Not Found</h1>
<p>
<a href="/" class="pure-button pure-button-primary">Home</a>
</p>
</div>
</div>
</body>
</html>