not_found.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en-us" prefix="og: https://ogp.me/ns# article: http://ogp.me/ns/article# profile: https://ogp.me/ns/profile#">
3
4
<head>
5
6
<meta charset="UTF-8" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
<title>404 Not Found - S0G</title>
9
<link rel="stylesheet" href="/src/global.css" />
10
<meta property="og:locale" content="en_US" />
11
<meta property="og:site_name" content="Steve0Greatness" />
12
<meta property="og:image" content="/OG-Image.png" />
13
14
</head>
15
16
<body>
17
<header>
18
<h2><a href="/"><img src="/SteveLogo.webp" height="35" width="215" alt="Steve0Greatness" /></a></h2>
19
<nav>
20
<a href="/blog">Blog</a>
21
<a href="/list/link-tree.html">Link Tree</a>
22
</nav>
23
</header>
24
25
<main>
26
<h1>Error 404: Not Found</h1>
27
<p>The requested resource was unable to be found. Maybe try going back to the <a href="/">index</a>?</p>
28
</main>
29
<footer>
30
<div class="footer-link-list-holder" role="group">
31
<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span>
32
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
33
<li><a href="/list/website-sources-mirrors.html">Source Code and Mirrors</a></li>
34
<li><a href="https://steve0greatness.github.io/extras">Extras</a></li>
35
</ol>
36
</div>
37
<div class="footer-link-list-holder" role="group">
38
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
39
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
40
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
41
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
42
<li><a href="/list/link-tree.html">More...</a></li>
43
</ol>
44
</div>
45
</footer>
46
</body>
47
48
</html>