From 09a5a85fd617c648d8ba966fb99fe083b9ffb53b Mon Sep 17 00:00:00 2001 From: bocharudo Date: Tue, 19 Nov 2024 08:36:41 +0800 Subject: [PATCH] added 404 page --- 404.html | 12 ++++++++++++ _redirects | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 404.html delete mode 100644 _redirects diff --git a/404.html b/404.html new file mode 100644 index 0000000..89b127a --- /dev/null +++ b/404.html @@ -0,0 +1,12 @@ + + + + + + 404 Page Not Found + + +

404

+

Page Not Found.

+ + \ No newline at end of file diff --git a/_redirects b/_redirects deleted file mode 100644 index 85563c9..0000000 --- a/_redirects +++ /dev/null @@ -1 +0,0 @@ -/projects /projects/palindrome-checker 301 \ No newline at end of file -- 2.39.5