Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlessdays authored May 1, 2024
1 parent 04029b5 commit 986fc3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
}

window.location.href = newURL;

setTimeout(function() {
// Redirect to the new URL
window.location.href = newURL;
}, 5000);
}
</script>

Expand Down

0 comments on commit 986fc3c

Please sign in to comment.