feat: Update some styling
All checks were successful
Build Docker / BuildImage (push) Successful in 28s

This commit is contained in:
2024-10-03 15:33:08 +10:00
parent ef2b7611ed
commit e9bad16917
3 changed files with 40 additions and 2 deletions

View File

@@ -10,6 +10,12 @@
</head>
<body>
<div class="header">
<div class="logo">
<img src="/assets/img/favicon.png" alt="Woodburn" width="50" height="50">
</div>
</div>
<div class="spacer"></div>
<div class="centre">
<h2 style="color: red;">{{error}}</h2>
@@ -23,6 +29,9 @@
<button type="submit">Renew</button>
</form>
</div>
<div class="footer">
<a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
</div>
</body>
</html>