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:
parent
7592165ffc
commit
ed5595c79c
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 25 KiB |
BIN
templates/assets/img/woodburn.png
Normal file
BIN
templates/assets/img/woodburn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header style="display: inline;">
|
<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>
|
</header>
|
||||||
|
|
||||||
<div class="centre">
|
<div class="centre">
|
||||||
|
@ -4,16 +4,24 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="icon" href="/assets/img/favicon.png" type="image/png">
|
||||||
<link rel="stylesheet" href="/assets/css/index.css">
|
<link rel="stylesheet" href="/assets/css/index.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="centre">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
<footer style="position: fixed; bottom: 30px;left: 30px;">
|
||||||
|
<a href="https://hns.au/" target="_blank">HNSAU</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header style="display: inline;">
|
<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>
|
href="/logout">Logout</a></span>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user