diff options
Diffstat (limited to '404')
-rw-r--r-- | 404/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/404/index.html b/404/index.html new file mode 100644 index 0000000..ea9660a --- /dev/null +++ b/404/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Page not found</title> + <link href="/index.css" rel="stylesheet" type="text/css"> + </head> + <body> + <h1>404: Page not found at \(path\).</h1> + <p>):</p> + </body> +</html> |