diff options
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..f7d50b1 --- /dev/null +++ b/public/404.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> + <head> + <title>File Not Found: 404.</title> + </head> + <body> + <h1>Oops!</h1> + <h2>File Not Found: 404.</h2> + </body> +</html> |