From 902d2f802aab191e83ae9ccef02e8497188ebb11 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 25 Dec 2024 11:03:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(redirect):=20auto=20after=20?= =?UTF-8?q?5000ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/404.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/public/404.html b/public/404.html index 7d7e3b8e..37e1c6ac 100644 --- a/public/404.html +++ b/public/404.html @@ -27,7 +27,7 @@ h1 { font-size: 5rem; margin: 0; - color: #ff616f; + color: #6495ed; } p { font-size: 1.2rem; @@ -40,13 +40,13 @@ font-size: 1rem; font-weight: 600; color: #ffffff; - background-color: #ff616f; + background-color: #6495ed; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease; } a:hover { - background-color: #e0505e; + background-color: #4a7fcf; } .logo { margin-bottom: 2rem; @@ -56,6 +56,12 @@ height: auto; } +
@@ -64,7 +70,8 @@

404

Oops! The page you're looking for doesn't exist or has been moved.

- Go to Homepage +

You will be redirected to the homepage in 5 seconds.

+ Go to Homepage Now