Files
town/home/index.html
T
2026-07-22 05:26:19 +01:00

21 lines
678 B
HTML

<!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>