diff options
Diffstat (limited to 'not_found.html')
-rw-r--r-- | not_found.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html new file mode 100644 index 0000000..b96fcf9 --- /dev/null +++ b/not_found.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <title>Not Found</title> + <link rel="stylesheet" href="/resources/style.css"/> + </head> + <body> + <h1> + Not Found + </h1> + + <p> + Sorry friend, you followed a link to something that doesn't exist. + </p> + + <p> + Feel free to start back over at my + <a href="/">Home page</a>. + </p> + </body> +</html> |