From 53a3e5eb7b72a0156fc9e5a875e22913fd3456bd Mon Sep 17 00:00:00 2001 From: Vertanzil Date: Sat, 3 Sep 2016 22:30:41 +0100 Subject: [PATCH] Added 404 page (#32) * What no 404 page?? Tis but a scratch * Oh my 404 * 404 404 * Update 404.html --- .htaccess | 3 ++- 404.html | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 404.html diff --git a/.htaccess b/.htaccess index 6150160..f7b431d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,3 @@ Options -Indexes -ErrorDocument 403 /403.html \ No newline at end of file +ErrorDocument 403 /403.html +ErrorDocument 404 /404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..0dad444 --- /dev/null +++ b/404.html @@ -0,0 +1,6 @@ + + Error + + +

Where are you going? The page or resource you are currently looking for is missing.

+