diff options
Diffstat (limited to 'view/error_404.templ')
-rw-r--r-- | view/error_404.templ | 1 |
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>
}
|