summaryrefslogtreecommitdiff
path: root/view/error_404.templ
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-16 23:08:59 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-16 23:08:59 +0200
commit13a85f42183b7373296fa85319d33f1359feaea9 (patch)
treec332d86bc2c6406f0312d0d2f77d8444cb84c51b /view/error_404.templ
parent4e715ab1e1053698c3eb02c13cc726ce9bd26667 (diff)
Timer token show & reset
Diffstat (limited to 'view/error_404.templ')
-rw-r--r--view/error_404.templ1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/error_404.templ b/view/error_404.templ
index c97cd49..b262e21 100644
--- a/view/error_404.templ
+++ b/view/error_404.templ
@@ -2,5 +2,6 @@ package view
templ Error404() {
<h1>Not found</h1>
+ <p><a href="/">Back to index</a></p>
}