diff options
Diffstat (limited to 'lib/404.tpl')
-rw-r--r-- | lib/404.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/404.tpl b/lib/404.tpl new file mode 100644 index 0000000..f839439 --- /dev/null +++ b/lib/404.tpl @@ -0,0 +1,3 @@ +<h1>The requested document at '<i>%($base_url$"req_path%)</i>' doesn't exist</h1> +<h4>Or take a look at the <a href="/sitemap">sitemap</a>.</h4> +<hr> |