index.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Steve0Greatness</title>
8
<link rel="stylesheet" href="/style.css">
9
</head>
10
11
<body>
12
<h1>Steve0Greatness' Website</h1>
13
<img src="ProfilePictureSpin.gif" width="50" alt="3D rotating cube of the cat from Stray">
14
<i>Made with <a href="https://www.3dgifmaker.com">3D Gif Maker</a></i>
15
<h2>Blog Posts</h2>
16
<table>
17
<thead>
18
<tr><th>Name</th><th>Date</th></tr>
19
</thead>
20
<tbody>
21
<tr><th><a href="/blog/How-to-Store-Passwords.htm">How to Store Passwords</a></th><td><date>2 Nov, 2023</date></td></tr>
22
</tbody>
23
</table>
24
<footer><a rel="me" href="https://mastodon.social/@S0G">Mastodon</a></footer>
25
</body>
26
27
</html>