feat: Add info on the login page
All checks were successful
Build Docker / BuildImage (push) Successful in 38s

This commit is contained in:
Nathan Woodburn 2024-10-04 21:11:21 +10:00
parent 7592165ffc
commit ed5595c79c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
5 changed files with 14 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -11,7 +11,8 @@
<body>
<header style="display: inline;">
<h1>HNS Login Email</h1> <span style="float:right">{{emails.email}} | <a href="/notifications">Notifications</a> | <a href="/logout">Logout</a></span>
<img src="/favicon.png" style="width:50px;height:50px;">
<h1>HNS Email</h1> <span style="float:right">{{emails.email}} | <a href="/notifications">Notifications</a> | <a href="/logout">Logout</a></span>
</header>
<div class="centre">

View File

@ -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>

View File

@ -11,7 +11,8 @@
<body>
<header style="display: inline;">
<h1>HNS Login Email</h1> <span style="float:right">{{email}} | <a href="/inbox">Inbox</a> | <a
<img src="/favicon.png" style="width:50px;height:50px;">
<h1>HNS Email</h1> <span style="float:right">{{email}} | <a href="/inbox">Inbox</a> | <a
href="/logout">Logout</a></span>
</header>