best-blog/index.html
mtgmonkey 0e79899546 init
2025-06-18 16:17:36 -04:00

33 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> Home | Andromeda's Blog </title>
<link rel="stylesheet" type="text/css" href="/styles.css">
</head>
<body>
<h1>Andromeda's Blog</h1>
<p>Welcome to my blog, written entirely in HTML and CSS - No Javascript in site! If you want some JS, try <a href="https://mtgmonkey.net">my hobby website</a>.</p>
<h2>Daily posts</h2>
<p>I try to post every day, but I may sometimes forget. Check my <a href="https://git.mtgmonkey.net/Andromeda">git</a> if you want to see what I'm up to in real time.</p>
<ul>
<li><a href="./daily/2025-06-07.html">2025-06-07 - init post</a></li>
</ul>
<h2>My Sites and Services</h2>
<p>I host a variety of services - let me know if I should add more!</p>
<ul>
<li><a href="https://mtgmonkey.net">my pet site</a></li>
<li><a href="https://blog.mtgmonkey.net">my blog</a></li>
<li><a href="https://git.mtgmonkey.net">forgejo</a></li>
<li><a href="https://translate.mtgmonkey.net">libretranslate</a></li>
<li><a href="https://chat.mtgmonkey.net">Jank Client fork (Spacebar instance)</a></li>
</ul>
</body>
</html>