generated from nhcarrigan/template
feat: add landing page for mail server
This commit is contained in:
20
mail/index.html
Normal file
20
mail/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Mail Server</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="This is our landing page for our mail server." />
|
||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Mail Server</h1>
|
||||
<section>
|
||||
<p>This is our landing page for our mail server.</p>
|
||||
<p>There's really nothing to see here. Maybe you were interested in <a href="https://contact.nhcarrigan.com">contacting us</a>?</p>
|
||||
<p>We also offer <a href="https://chat.nhcarrigan.com">self-hosted platforms</a> where you can get in touch.</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user