feat: Add initial code drop
All checks were successful
Build Docker / BuildImage (push) Successful in 1m5s

This commit is contained in:
2025-03-27 14:50:35 +11:00
parent 1545667105
commit ffc69c7b9f
9 changed files with 451 additions and 4 deletions

View File

@@ -13,6 +13,12 @@
<div class="spacer"></div>
<div class="centre">
<h1>Nathan.Woodburn/</h1>
{% if authenticated %}
<p><a href="/emergency">Access Emergency Information</a></p>
<p><a href="/logout">Logout</a></p>
{% else %}
<p><a href="/login">Login with YubiKey</a></p>
{% endif %}
</div>
</body>