diff options
Diffstat (limited to 'controller/template/404.html')
| -rw-r--r-- | controller/template/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/template/404.html b/controller/template/404.html new file mode 100644 index 0000000..fa19547 --- /dev/null +++ b/controller/template/404.html @@ -0,0 +1,7 @@ +{{define "404"}} +{{template "header" .}} +<main> + <h1>no such file</h1> +</main> +{{template "footer" .}} +{{end}} |
