forked from space-wizards/space-wizards.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
58 lines (45 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="X-UA-Compatible" content="IE=Edge"/>
<base href="https://space-wizards.github.io" />
<title>404 Page not found - Space Station 14</title>
<link rel="canonical" href="" />
<link href="https://space-wizards.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Space Station 14" />
<link href="https://space-wizards.github.io/index.xml" rel="feed" type="application/rss+xml" title="Space Station 14" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/fonts/animal_silence/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="/fonts/fira_code/fira_code.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<script src="/js/main.js"></script>
</head>
<body lang="en">
<div id="background"> </div>
<div id="centercolumn">
<nav id="header">
<header class="left">
<a href="/" id="name">
Space Station 14
</a>
<br>
<span id="subname">
<br>
</span>
</header>
<div class="right">
<a class="navlink" href="/about/">About</a>
</div>
</nav>
<main>
404 - Station not found.
</main>
<footer class="bottom-links">
<ul>
<li><a href="https://github.com/space-wizards">GitHub</a></li>
<li><a href="/index.xml">RSS</a></li>
</ul>
</footer>
</div>
</body>
</html>