diff options
Diffstat (limited to 'template/404.tt')
| -rw-r--r-- | template/404.tt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/404.tt b/template/404.tt new file mode 100644 index 0000000..9d93d48 --- /dev/null +++ b/template/404.tt @@ -0,0 +1,7 @@ +<html> +[% INCLUDE head.tt %] +<body> +<h1>404</h1> +</body> +[% INCLUDE foot.tt %] +</html> |
