diff options
Diffstat (limited to 'template/404.tt')
| -rw-r--r-- | template/404.tt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/404.tt b/template/404.tt index 9d93d48..eb40974 100644 --- a/template/404.tt +++ b/template/404.tt @@ -1,7 +1,9 @@ <html> +[% title = "404 Not Found" %] [% INCLUDE head.tt %] <body> -<h1>404</h1> + <h1>[% title %]</h1> + <p>It's fucking over</p> </body> [% INCLUDE foot.tt %] </html> |
