diff options
Diffstat (limited to 'public/404.html')
| -rw-r--r-- | public/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..d03f7ea --- /dev/null +++ b/public/404.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta charset="utf-8"> + <title>404 - Not Found</title> + + </head> + <body> + <h1>404 - Not Found</h1> + </body> +</html> |
