A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 404.html

View raw Download
text/html • 1.79 kiB
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en-us" prefix="og: https://ogp.me/ns#">
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' Site"/>
12
13
</head>
14
15
<body>
16
<header>
17
<h2><a href="/">Steve0Greatness</a></h2>
18
<nav>
19
<a href="/blog">Blog</a>
20
<a href="/link-tree.html">Link Tree</a>
21
</nav>
22
</header>
23
24
<main>
25
<h1>Error 404: Not Found</h1>
26
<p>The requested resource was unable to be found. Maybe try going back to the <a href="/">index</a>?</p>
27
</main>
28
<footer role="group">
29
<div class="footer-link-list-holder">
30
<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span>
31
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
32
<li><a href="https://github.com/Steve0Greatness/steve0greatness.github.io">Github Repository</a></li>
33
<li><a href="https://steve0greatness.github.io/extras">Extras Archive</a></li>
34
</ol>
35
</div>
36
<div class="footer-link-list-holder">
37
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
38
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
39
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
40
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
41
<li><a href="/link-tree.html">More...</a></li>
42
</ol>
43
</div>
44
</footer>
45
</body>
46
47
</html>