initial version of website

This commit is contained in:
2026-07-22 05:26:19 +01:00
parent 0992e183aa
commit 4527246427
6 changed files with 124 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>atom.town</title>
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="flex flex-col gap-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>
</div>
</div>
</body>
</html>