Skip to content

Commit

Permalink
funnny 404
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Nov 17, 2024
1 parent 0ee6a4e commit d9d1776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, 'Vivek W') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, 'Abe ye page exist hi nahi karta ') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>
</html>

0 comments on commit d9d1776

Please sign in to comment.