diff options
author | Prefetch | 2019-06-08 20:01:43 +0000 |
---|---|---|
committer | Prefetch | 2019-06-08 20:01:43 +0000 |
commit | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch) | |
tree | 38d9731003cf2d98ac4000eeff86fc55a17ec093 /public/404.html |
Create repository
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> |