initial version of website
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user