Skip to content

Commit 164dae4

Browse files
committed
Updates
1 parent fc59d10 commit 164dae4

18 files changed

+194
-187
lines changed

404.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
h1 {
2828
font-size: 5rem;
2929
margin: 0;
30-
color: #ff616f;
30+
color: #6495ed;
3131
}
3232
p {
3333
font-size: 1.2rem;
@@ -40,13 +40,13 @@
4040
font-size: 1rem;
4141
font-weight: 600;
4242
color: #ffffff;
43-
background-color: #ff616f;
43+
background-color: #6495ed;
4444
text-decoration: none;
4545
border-radius: 5px;
4646
transition: background-color 0.3s ease;
4747
}
4848
a:hover {
49-
background-color: #e0505e;
49+
background-color: #4a7fcf;
5050
}
5151
.logo {
5252
margin-bottom: 2rem;
@@ -56,6 +56,12 @@
5656
height: auto;
5757
}
5858
</style>
59+
<script>
60+
// Redirect to homepage after 5 seconds
61+
setTimeout(() => {
62+
window.location.href = '/';
63+
}, 5000);
64+
</script>
5965
</head>
6066
<body>
6167
<div class="container">
@@ -64,7 +70,8 @@
6470
</div>
6571
<h1>404</h1>
6672
<p>Oops! The page you're looking for doesn't exist or has been moved.</p>
67-
<a href="/">Go to Homepage</a>
73+
<p>You will be redirected to the homepage in 5 seconds.</p>
74+
<a href="/">Go to Homepage Now</a>
6875
</div>
6976
</body>
7077
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{c}from"./index-B4BwWmC3.js";/**
1+
import{c}from"./index-BvOIUj_o.js";/**
22
* @license lucide-react v0.344.0 - ISC
33
*
44
* This source code is licensed under the ISC license.

assets/index-B4BwWmC3.js

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)