index.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
6
7
<meta charset="UTF-8">
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
<title>Homepage - S0G</title>
10
<link rel="stylesheet" href="/static/src/pygments-friendly.css">
11
<link rel="stylesheet" href="/static/src/global.css">
12
13
<link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog">
14
15
</head>
16
17
<body>
18
<header>
19
<h2><a href="/">Steve0Greatness</a></h2>
20
<nav>
21
<a href="/blog">Blog</a>
22
</nav>
23
</header>
24
25
<main>
26
<h1>Steve0Greatness</h1>
27
<h2 id="blog-posts">Blog Posts</h2>
28
<a href="/blog/feed.rss"><img src="/static/rss-feed-icon-96-by-96.png" width="16" height="16" alt="RSS Feed"></a>
29
<table class="blog-list">
30
<tbody>
31
32
<tr class="blog-list-title-and-date">
33
<td>
34
<a href="/blog/blog-ini.html">Blog Start</a>
35
</td>
36
<td>
37
<time>2023 Dec 29</time>
38
</td>
39
</tr>
40
41
</tbody>
42
</table>
43
</main>
44
<footer role="group">
45
<div class="footer-link-list-holder">
46
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
47
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
48
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
49
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
50
</ol>
51
</div>
52
</footer>
53
</body>
54
55
</html>