hns-email/templates/login.html
Nathan Woodburn ed5595c79c
All checks were successful
Build Docker / BuildImage (push) Successful in 38s
feat: Add info on the login page
2024-10-04 21:11:21 +10:00

27 lines
829 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HNS Email</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css">
</head>
<body>
<div class="centre">
<h1>HNS Email</h1>
<p>Receive emails to yourdomain@login.hns.au. You can setup redirects to your email or discord.</p>
<p>You are not able to send emails from this email and this is not a planned feature.</p>
<a href="{{login}}"><h2 class="button">Login to HNS Login Email</h2></a>
</div>
<footer style="position: fixed; bottom: 30px;left: 30px;">
<a href="https://hns.au/" target="_blank">HNSAU</a>
</footer>
</body>
</html>