Skip to content

Commit

Permalink
Merge pull request #14 from push-protocol/f_push_scan
Browse files Browse the repository at this point in the history
added custom 404.html
  • Loading branch information
rohitmalhotra1420 authored Dec 3, 2024
2 parents cf4fb61 + b38c18c commit 8a2c416
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 8a2c416

Please sign in to comment.