hns-email/templates/login.html

27 lines
829 B
HTML
Raw Normal View History

2024-10-04 20:43:58 +10:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-10-04 21:11:21 +10:00
<title>HNS Email</title>
2024-10-04 20:43:58 +10:00
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css">
</head>
<body>
<div class="centre">
2024-10-04 21:11:21 +10:00
<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>
2024-10-04 20:43:58 +10:00
</div>
2024-10-04 21:11:21 +10:00
<footer style="position: fixed; bottom: 30px;left: 30px;">
<a href="https://hns.au/" target="_blank">HNSAU</a>
</footer>
2024-10-04 20:43:58 +10:00
</body>
</html>