From 821f47f5ee5cd5d6d6866f7389711f9e65e13969 Mon Sep 17 00:00:00 2001 From: Pratik Mane <153143167+PratikMane0112@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:10:54 +0530 Subject: [PATCH] Added error 404 page (#958) --- .htaccess | 1 + 404.html | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 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..39b8a832 --- /dev/null +++ b/404.html @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + Error 404 - Beautiify + + + +
+
+
+
+
+ +
+ +
+ +
+
+ +

404

+

Page Not Found

+

+ Sorry, but the page you were looking for could not be found. +

+ + + +
+
+ + + + +
+ +
+ + + + + + + +