Skip to content

Commit

Permalink
added custom 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 3, 2024
1 parent 6f8ce37 commit b38c18c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script>
var l = window.location;
window.location.href =
l.protocol +
'//' +
l.hostname +
(l.port ? ':' + l.port : '') +
'/?' +
l.pathname.slice(1);
</script>

0 comments on commit b38c18c

Please sign in to comment.