Timer token show & reset

This commit is contained in:
2024-04-16 23:08:59 +02:00
parent 4e715ab1e1
commit 13a85f4218
8 changed files with 225 additions and 76 deletions

View File

@ -2,5 +2,6 @@ package view
templ Error404() {
<h1>Not found</h1>
<p><a href="/">Back to index</a></p>
}