-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
148 lines (62 loc) · 2.38 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page not found :: HomePage</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://kobra3390.github.io/SpaceHack/404.html" />
<link rel="stylesheet" href="https://kobra3390.github.io/SpaceHack/styles.css">
<link rel="shortcut icon" href="https://kobra3390.github.io/SpaceHack/spacehack.ico">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="" />
<meta property="og:url" content="https://kobra3390.github.io/SpaceHack/404.html" />
<meta property="og:site_name" content="HomePage" />
<meta property="og:image" content="https://kobra3390.github.io/SpaceHack/spacehack.ico">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://kobra3390.github.io/SpaceHack/">
<div class="logo">
SpaceHack
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu ▾</li>
<li>
<ul class="menu__dropdown">
<li><a href="https://kobra3390.github.io/SpaceHack/about">About</a></li>
</ul>
</li>
</ul>
</div>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">404 — Page not found...</h1>
<div class="post-content">
<a href="https://kobra3390.github.io/">Back to home page →</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
</div>
</footer>
<script type="text/javascript" src="https://kobra3390.github.io/SpaceHack/SpaceHack/bundle.min.js"></script>
</div>
</body>
</html>