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