Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten-Uy authored Dec 15, 2024
1 parent 21d2c94 commit 60d1a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="2; url=/" />
<meta http-equiv="refresh" content="2; url=/karsten_website/" />
<title>Page Not Found</title>
<style>
body {
Expand Down Expand Up @@ -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="/">click here</a>.</p>
<p>If you are not redirected, <a href="/karsten_website/">click here</a>.</p>
</div>
</body>
</html>

0 comments on commit 60d1a0e

Please sign in to comment.