This commit is contained in:
mtgmonkey 2025-06-18 16:17:36 -04:00
commit 0e79899546
8 changed files with 229 additions and 0 deletions

21
contact.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> Contact | Andromeda's Blog </title>
<link rel="stylesheet" type="text/css" href="/styles.css">
</head>
<body>
<h2>
<a href="/index.html">Andromeda's blog</a> | <a href="https://git.mtgmonkey.net/Andromeda">git</a> | <a href="/contact.html">contact</a>
</h2>
<h1>Contact</h1>
<ul>
<li><a href="https://chat.mtgmonkey.net">My chat platform</a> @Andromeda#5192</li>
<li>Matrix @mtgmonkey:calitabby.net</li>
</ul>
</body>
</html>