Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten-Uy committed Dec 15, 2024
1 parent 5a76c97 commit 21d2c94
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 96 deletions.
12 changes: 6 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="2; url=/karsten_website/" />
<meta http-equiv="refresh" content="2; url=/" />
<title>Page Not Found</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Pixelify Sans', monospace; /* Match the font style */
background: linear-gradient(to bottom right, #00040f, #00f6ff); /* Gradient based on the provided colors */
font-family: 'Source Code Pro', monospace; /* Match your font style */
background: linear-gradient(to bottom right, #1e3a8a, #2b6cb0); /* Example gradient background */
color: #ffffff;
display: flex;
justify-content: center;
Expand All @@ -27,7 +27,7 @@
h1 {
font-size: 80px;
margin: 0;
color: #00f6ff; /* Secondary color */
color: #ffcc00; /* Bright color for 404 number */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
p {
Expand All @@ -37,7 +37,7 @@
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
a {
color: #00f6ff; /* Secondary color */
color: #ffcc00; /* Bright color for links */
font-weight: bold;
text-decoration: none;
background-color: #333;
Expand All @@ -56,7 +56,7 @@
<h1>404</h1>
<p>Oops! The page you’re looking for doesn’t exist.</p>
<p>You will be redirected to the homepage in a few seconds.</p>
<p>If you are not redirected, <a href="/karsten_website/">click here</a>.</p>
<p>If you are not redirected, <a href="/">click here</a>.</p>
</div>
</body>
</html>
Loading

0 comments on commit 21d2c94

Please sign in to comment.