generated from nathanwoodburn/python-webserver-template
feat: Add info on the login page
All checks were successful
Build Docker / BuildImage (push) Successful in 38s
All checks were successful
Build Docker / BuildImage (push) Successful in 38s
This commit is contained in:
@@ -4,16 +4,24 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>HNS Login Email</title>
|
||||
<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">
|
||||
<a href="{{login}}"><h1>Login to HNS Login Email</h1></a>
|
||||
<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>
|
||||
Reference in New Issue
Block a user