This repository was archived by the owner on Jun 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
60 lines (51 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="./_/stylesheet.css">
<title>404 Not Found - osdev.wiki</title>
<meta name="keywords" content="osdev-wiki,osdev,programming,x86">
<meta name="description" content="404 Not Found">
</head>
<body>
<span id="roothack" href="./"></span>
<div id="content">
<svg id="logo" viewBox="0 0 747.13464 126.28621">
<use href="./_/static/logo.svg#g623"></use>
</svg>
<div id="navbar"><ul>
<li><a href="./">Main page</a></li>
<li><a href="./categories">Category list</a></li>
<li><a href="./tags">Tag list</a></li>
<li><a href="https://github.com/osdev-wiki/wiki/blob/main/404.html">Edit this page</a></li>
</ul>
<div class="stork-wrapper">
<input data-stork="wiki" placeholder="Search..." />
<div data-stork="wiki-output"></div>
</div>
<!-- vim: set sw=4 et : -->
</div>
<div id="padding"></div>
<article>
<h1>You've hit an error!</h1>
<h2>404 - Not Found</h2>
The page you were attempting to visit does not exist.
If you believe this is an error, please contact us.
In the meanwhile, you can find links to other pages on the
<a href="./">main page</a>.
</article>
<footer>
© 2021 osdev.wiki contributors.
All contents released under the Creative Commons Zero license.
Search provided by
<a href="https://stork-search.net/">Stork</a> under the
Apache-2.0 license.
<a href="https://github.com/osdev-wiki/wiki/blob/30181e43cb85fd023bd1da5b0a230fed2b93a768/404.html">Source code</a>.
</footer>
</div>
<script src="https://files.stork-search.net/releases/v1.4.0/stork.js" integrity="sha512-aWKhPNaS3Dw47qzN1e1oxmqW0LofAvNpvrLFPb+DISgrfQPdkn5bmqaVnPyyPK5o69v9z1alQhU9yEvUcgp9Cg==" crossorigin="anonymous"></script>
<script src="./_/static/search.js"></script>
</body>
</html>
<!-- vim: set sw=4 et : -->