blog-ini.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
6
<meta charset="UTF-8">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<title>Blog Start - S0G</title>
9
<link rel="stylesheet" href="/static/src/pygments-friendly.css">
10
<link rel="stylesheet" href="/static/src/global.css">
11
12
</head>
13
14
<body>
15
<header>
16
<h2><a href="/">Steve0Greatness</a></h2>
17
<nav>
18
<a href="/blog">Blog</a>
19
</nav>
20
</header>
21
22
<ol role="navigation" class="breadcrumbs" aria-roledescription="Site breadcrumb">
23
<li>
24
<a href="/">Index</a>
25
</li>
26
27
<li >
28
<a href="/blog">
29
Blog Index
30
</a>
31
</li>
32
33
<li aria-current="location">
34
35
Blog Start
36
37
</li>
38
39
</ol>
40
<main>
41
<article>
42
<h2 id="blog-post-titled">Blog Start</h2>
43
<time>2023 Dec 29</time>
44
<p>Hello, World! Welcome to my epic cool blog hosted with GitHub pages, because I'm epic and cool and awesome and totally didn't need a first post so that git actually made sure an important directory exists. No sir.</p>
45
46
<!--I'm really hopeful this will finally work -->
47
48
</article>
49
</main>
50
<footer role="group">
51
<div class="footer-link-list-holder">
52
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
53
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
54
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
55
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
56
</ol>
57
</div>
58
</footer>
59
</body>
60
61
</html>