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>Blog Index - 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
<ol role="navigation" class="breadcrumbs" aria-roledescription="Site breadcrumb">
26
<li>
27
<a href="/">Index</a>
28
</li>
29
30
<li aria-current="location">
31
32
Blog Index
33
34
</li>
35
36
</ol>
37
<main>
38
<h1>Blog Posts</h1>
39
<a href="/blog/feed.rss"><img src="/static/rss-feed-icon-96-by-96.png" width="16" height="16" alt="RSS Feed"></a>
40
<table class="blog-list">
41
<tbody>
42
43
<tr class="blog-list-title-and-date">
44
<td>
45
<a href="/blog/blog-ini.html">Blog Start</a>
46
</td>
47
<td>
48
<time>2023 Dec 29</time>
49
</td>
50
</tr>
51
52
</tbody>
53
</table>
54
</main>
55
<footer role="group">
56
<div class="footer-link-list-holder">
57
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
58
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
59
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
60
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
61
</ol>
62
</div>
63
</footer>
64
</body>
65
66
</html>