diff options
Diffstat (limited to 'errors/404.bhtml')
-rw-r--r-- | errors/404.bhtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/errors/404.bhtml b/errors/404.bhtml new file mode 100644 index 0000000..f2b4a32 --- /dev/null +++ b/errors/404.bhtml @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + +<head> + <title>404 Not Found</title> +</head> + +<body> + <h1>Not Found</h1> +</body> + +</html> |