diff options
-rw-r--r-- | themes/stingray/layouts/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/stingray/layouts/404.html b/themes/stingray/layouts/404.html index e69de29..05ce9d7 100644 --- a/themes/stingray/layouts/404.html +++ b/themes/stingray/layouts/404.html @@ -0,0 +1,6 @@ +{{ define "main" }} +<h1>404</h1> +<p> + This page doesn't exist. +</p> +{{ end }}
\ No newline at end of file |