Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OftenUser authored Jul 27, 2024
1 parent a9013da commit 1ca369c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<html>
<head>
<meta http-equiv="refresh" content="0;index.html">
<meta http-equiv="refresh" content="0; index.html">
<title>OftenGuy</title>
</head>
<body>
<p style="opacity: 0; color: rgba(0, 0, 0, 0); display: none;">Just a boring black and white "thing" who's here often.</p>
<script>
if (window.location) {
window.location = 'https://oftenguy.github.io';
}
</script>
</body>
</html>

0 comments on commit 1ca369c

Please sign in to comment.