From: bochard Date: Sun, 27 Apr 2025 12:12:58 +0000 (+0800) Subject: added error_docs directory X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=5922d5d6b74366f2b9991cd692ef793448103a39;p=mysite.git added error_docs directory --- diff --git a/.htaccess b/.htaccess index 95eed6a..1b5a406 100644 --- a/.htaccess +++ b/.htaccess @@ -5,4 +5,4 @@ RewriteCond %{HTTP_HOST} ^www\.tenkyuu\.dev [NC] RewriteRule ^(.*)$ http://tenkyuu.dev/$1 [R=301,L] #error pages -ErrorDocument 404 /error_docs/not_found.html \ No newline at end of file +ErrorDocument 404 /error_docs/404.html \ No newline at end of file diff --git a/error_docs/404.html b/error_docs/404.html new file mode 100644 index 0000000..87d4709 --- /dev/null +++ b/error_docs/404.html @@ -0,0 +1,17 @@ + + + + + + + + page doesn't exist!! + + +

I can't find that page :<

+

There's no such link like that on my site. are you looking for easter eggs?!

+ + back to home + + + \ No newline at end of file