home: update website

This commit is contained in:
2026-07-22 13:21:38 +01:00
parent 74945b5618
commit 67c0ee9cba
5 changed files with 94 additions and 25 deletions
+7 -3
View File
@@ -9,11 +9,15 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="flex flex-col gap-4">
<img src="assets/logo_text.png" class="img" />
<div class="flex flex-col gap-8 mt-4">
<p>hello, and welcome to atom.town. here, you will be at home.</p>
<div class="flex flex-col">
<a href="https://mail.atom.town" target="_blank" class="pop">webmail</a>
<a href="https://git.atom.town" target="_blank" class="pop">git</a>
<a href="https://mail.atom.town" target="_blank" class="pop big heavy">webmail</a>
<a href="https://git.atom.town" target="_blank" class="pop big heavy">git</a>
</div>
<div class="flex flex-col">
<a href="terms-privacy.html" class="pop big heavy">terms & privacy</a>
</div>
</div>
</body>