From 92b2dd2ac82a45b8d4a89d55f240b3a205c04654 Mon Sep 17 00:00:00 2001 From: RishiAnand108 <147248472+RishiAnand108@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:43:21 +0530 Subject: [PATCH] Update 404.html Key Enhancements: Centered Content: Used Flexbox to center the content both horizontally and vertically. Styling: Added modern styling with a clean design and a prominent message. Redirect Notice: Included a message informing the user about the redirection, along with a button for manual navigation. Button Interaction: Improved the button with a hover effect for better UX. Responsive Design: Ensured the page looks good on all devices by using responsive design principles. --- public/404.html | 61 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 53 insertions(+), 8 deletions(-) diff --git a/public/404.html b/public/404.html index ceabac6..97a1205 100644 --- a/public/404.html +++ b/public/404.html @@ -1,16 +1,61 @@ - - - + + Page Not Found + - + - - - - \ No newline at end of file + +
+

Oops!

+

The page you are looking for does not exist. You will be redirected to the homepage shortly.

+

If you are not redirected, click the button below.

+ Go to Homepage +
+ +