home: add setup page
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!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="style/reset.css">
|
||||
<link rel="stylesheet" href="style/style.css">
|
||||
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="assets/logo.png" class="logo" />
|
||||
<div class="flex flex-col gap-8 mt-4">
|
||||
<p class="font-light">some notes for stuff you might need to know</p>
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="font-heavy big">email</h2>
|
||||
<ul>
|
||||
<li class="font-light">the mailserver lives at <b>post.atom.town</b></li>
|
||||
<li class="font-light">incoming mail uses <b>imap</b> with <b>ssl/tls</b> on port <b>993</b></li>
|
||||
<li class="font-light">outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="##" onclick="history.go(-1)" class="self-start font-normal pop">← back</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user