From 5922d5d6b74366f2b9991cd692ef793448103a39 Mon Sep 17 00:00:00 2001 From: bochard Date: Sun, 27 Apr 2025 20:12:58 +0800 Subject: [PATCH] added error_docs directory --- .htaccess | 2 +- error_docs/404.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 error_docs/404.html 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 -- 2.39.5