From 1aaa2a09c738db574e6e3d7691c6090b8ca7708b Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 7 Nov 2024 12:51:54 +0530 Subject: [PATCH] Added a 404 page --- .htaccess | 1 + 404.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 .htaccess create mode 100644 404.html diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..9fded1ed --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404.html \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 00000000..fffc865f --- /dev/null +++ b/404.html @@ -0,0 +1,74 @@ + + + + + + 404 PAGE + + + + + + + + + +
+
+
+
+
+
+

404

+ + +
+ +
+

+ Look like you're lost +

+ +

The page you are looking for not available!

+ + Go to Home +
+
+
+
+
+
+ + + + \ No newline at end of file