diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 23:08:59 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 23:08:59 +0200 |
commit | 13a85f42183b7373296fa85319d33f1359feaea9 (patch) | |
tree | c332d86bc2c6406f0312d0d2f77d8444cb84c51b /view/error_404_templ.go | |
parent | 4e715ab1e1053698c3eb02c13cc726ce9bd26667 (diff) |
Timer token show & reset
Diffstat (limited to 'view/error_404_templ.go')
-rw-r--r-- | view/error_404_templ.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/error_404_templ.go b/view/error_404_templ.go index 486a7cd..3791569 100644 --- a/view/error_404_templ.go +++ b/view/error_404_templ.go @@ -23,7 +23,7 @@ func Error404() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<h1>Not found</h1>") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<h1>Not found</h1><p><a href=\"/\">Back to index</a></p>") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } |