-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
205 lines (110 loc) · 5.4 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en" class="dark light">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="base" content="https://kibibytium.github.io">
<title>
(KiB)ibytium
</title>
<meta property="og:title" content="(KiB)ibytium" />
<link href=https://kibibytium.github.io/fonts.css rel="stylesheet" />
<script src=https://kibibytium.github.io/js/toc.js></script>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$']],
packages: ["base", "ams"]
}
};
</script>
<script type="text/javascript" id="MathJax-script" async
src="/mathjax/tex-chtml-full.js">
</script>
<link rel="alternate" type="application/atom+xml" title="(KiB)ibytium" href="https://kibibytium.github.io/atom.xml">
<link rel="stylesheet" type="text/css" href=https://kibibytium.github.io/theme/light.css />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://kibibytium.github.io/theme/dark.css" />
<!-- Set the correct theme in the script -->
<script src=https://kibibytium.github.io/js/themetoggle.js></script>
<script>setTheme(getSavedTheme());</script>
<link rel="stylesheet" type="text/css" media="screen" href=https://kibibytium.github.io/main.css />
<script src=https://kibibytium.github.io/js/mermaid.js></script>
<script defer src="https://kibibytium.github.io/js/searchElasticlunr.min.js?h=3626c0ef99daa745b31e"></script></head>
<body>
<div class="content">
<header>
<div class="main">
<a href=https://kibibytium.github.io>(KiB)ibytium</a>
<div class="socials">
<a rel="me" href="https://github.com/kibibytium/" class="social">
<img alt=github src=https://kibibytium.github.io/social_icons/github.svg>
</a>
</div>
</div>
<nav>
<a href=https://kibibytium.github.io/posts style="margin-left: 0.25em">/posts</a>
<a href=https://kibibytium.github.io/about style="margin-left: 0.25em">/about</a>
<a href=https://kibibytium.github.io/tags style="margin-left: 0.25em">/tags</a>
<button
id="search-button"
class="search-button"
title="$SHORTCUT to open search"
>
<img
src="https://kibibytium.github.io/search.svg"
alt="Search"
class="search-icon"
>
</button>
<div id="searchModal" class="search-modal js" role="dialog" aria-labelledby="modalTitle">
<div id="modal-content">
<h1 id="modalTitle" class="page-header">Search</h1>
<div id="searchBar">
<input
id="searchInput"
role="combobox"
autocomplete="off"
spellcheck="false"
aria-expanded="false"
aria-controls="results-container"
placeholder="Search..."
/>
<button
id="clear-search"
class="clear-button"
title="Clear search"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
<path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/>
</svg>
</button>
</div>
<div id="results-container">
<div id="results-info">
<span id="zero_results" style="display: none;">No results</span>
<span id="one_result" style="display: none;">1 result</span>
<span id="many_results" style="display: none;">$NUMBER results</span>
</div>
<div id="results" role="listbox"></div>
</div>
</div>
</div>
<a id="dark-mode-toggle" onclick="toggleTheme(); event.preventDefault();" href="#">
<img src=https://kibibytium.github.io/feather/sun.svg id="sun-icon" style="filter: invert(1);" alt="Light" />
<img src=https://kibibytium.github.io/feather/moon.svg id="moon-icon" alt="Dark" />
</a>
<!-- Inititialize the theme toggle icons -->
<script>updateItemToggleTheme()</script>
</nav>
</header>
<main class="centered-header">
<div class="page-header">
404<span class="primary-color" style="font-size: 1.6em">.</span>
</div>
<span>Page not found :(</span>
</main>
</div>
</body>
</html>