feat: Add HNS.ID to footer
All checks were successful
Build Docker / Build Docker (push) Successful in 29s

This commit is contained in:
2024-06-14 16:45:52 +10:00
parent 78209641b7
commit f6009fc335
3 changed files with 13 additions and 4 deletions

View File

@@ -37,6 +37,9 @@
border: none;
cursor: pointer;
}
a {
color: white;
}
</style>
</head>
<body>
@@ -54,7 +57,7 @@ You are currently logged in as <strong>{{ user.username }}/</strong> (<a href="{
</form>
<div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;">
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a> and <a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a>, <a href="https://hns.id/" target="_blank">HNS.ID</a> and <a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
</div>
</body>
</html>