feat: templates for login and register

This commit is contained in:
2025-05-18 19:55:55 +02:00
parent fa30f66b6b
commit c8d342d050
4 changed files with 69 additions and 21 deletions

View File

@ -1,4 +1,5 @@
{{ define "footer" }}
<link rel="stylesheet" href="/static/css/footer.css">
<footer class="footer"><p>&copy; 2025 HSP Guard</p></footer>
{{ end }}