-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
100 lines (65 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en" id="root_html">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="me" href="https://mas.to/@ncb"></link>
<title>404: Page not found</title>
<meta name="description" content="Code, Dumb Jokes, Loose Space Themes, etc. " />
<link rel="shortcut icon" href="https://interstellar.boats/favicon.ico" />
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://interstellar.boats/atom.xml">
<!-- If you are concerned about the dark/lightmode switch, me too.... -->
<script src="/themes.js"></script>
<noscript><style>.sun{ display: none }</style></noscript>
<link rel="stylesheet" href="/style.css">
<meta property="og:site_name" content="Interstellar Boats">
<meta name="author" content="no" />
<meta property="og:title" content="Interstellar Boats">
<meta property="og:description" content="Code, Dumb Jokes, Loose Space Themes, etc. ">
<meta property="og:url" content="https://interstellar.boats">
<meta property="og:image" content="">
</head>
<body>
<main id="main" role="main">
<div class="sun_container" >
<div class="sun" title="White on Black or Black on White" onclick="cycle_theme()" ></div>
</div>
<header role="banner">
<div style="margin-top:0;">
<a href="https://interstellar.boats" title="Home">
<div style="display:flex;flex-direction:column;align-items: center;">
<div style="margin: 0;font-size: 36px;font-weight: 800;">
Interstellar Boats</a>
</div>
<nav style="padding-bottom:1rem;" role="navigation">
<a href="https://interstellar.boats">Posts</a>
<span style="font-size: 120%;">·</span>
<a href="https://interstellar.boats/about">About</a>
<span style="font-size: 120%;">·</span>
<a href="https://interstellar.boats/rss.xml">Rss</a>
</nav>
</div>
<br />
</div>
</header>
<div style="display:flex">
<div style="display:block;width: 100%">
<!-- <hr /> -->
<h1>404: Page not found</h1>
<p>
You may think you clicked on a real link to a page, however this page
disagrees.
<a href="https://interstellar.boats/"
>Try again, but from a ~/known location.</a
>
</p>
<!-- <hr /> -->
<footer role="contentinfo">
<div style="display:flex;flex-direction:column;align-items: center;">
<a class="random" href="/random">~</a>
</div>
</footer>
</div>
</main>
</body>
</html>