index.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
7
<meta charset="UTF-8" />
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
<title>List Index - S0G</title>
10
<link rel="stylesheet" href="/src/global.css" />
11
<meta property="og:locale" content="en_US" />
12
<meta property="og:site_name" content="Steve0Greatness" />
13
<meta property="og:image" content="/OG-Image.png" />
14
15
<meta property="og:title" content="List index" />
16
<meta property="og:url" content="https://steve0greatness.github.io/list/" />
17
<meta property="og:type" content="website" />
18
19
</head>
20
21
<body>
22
<header>
23
<h2><a href="/"><img src="/SteveLogo.webp" height="35" width="215" alt="Steve0Greatness" /></a></h2>
24
<nav>
25
<a href="/blog">Blog</a>
26
<a href="/list/link-tree.html">Link Tree</a>
27
</nav>
28
</header>
29
30
<nav aria-label="breadcrumbs" aria-roledescription="Site breadcrumb">
31
<ol class="breadcrumbs">
32
33
<li>
34
<a href="/">Index</a>
35
</li>
36
37
<li >
38
<a
39
aria-current="location"
40
href="/list"
41
>List Index</a>
42
</li>
43
44
45
</ol>
46
</nav>
47
<main>
48
<h1>List Index</h1>
49
<ul><li><a href="/list/link-tree.html">Link-Tree</a></li><li><a href="/list/scratch-acc.html">Scratch Accounts</a></li><li><a href="/list/website-sources-mirrors.html">Mirrors of Site</a></li></ul>
50
</main>
51
<footer>
52
<div class="footer-link-list-holder" role="group">
53
<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span>
54
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
55
<li><a href="/list/website-sources-mirrors.html">Source Code and Mirrors</a></li>
56
<li><a href="https://steve0greatness.github.io/extras">Extras</a></li>
57
</ol>
58
</div>
59
<div class="footer-link-list-holder" role="group">
60
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
61
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
62
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
63
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
64
<li><a href="/list/link-tree.html">More...</a></li>
65
</ol>
66
</div>
67
</footer>
68
</body>
69
70
</html>