1 parent c8837f3 commit b161547Copy full SHA for b161547
1 file changed
frontend/public/404.html
@@ -1,16 +1,11 @@
1
<!DOCTYPE html>
2
<html>
3
-<head>
4
- <script>
5
- var l = window.location;
6
- l.replace(
7
- l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
8
- l.pathname.split('/').slice(0, 2).join('/') +
9
- '/?/' +
10
- l.pathname.slice(1).split('/').slice(1).join('/').replace(/&/g, '~and~') +
11
- (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
12
- l.hash
13
- );
14
- </script>
15
-</head>
+ <head>
+ <meta charset="utf-8">
+ <title>AgentBazaar</title>
+ <script>
+ sessionStorage.redirect = location.href;
+ </script>
+ <meta http-equiv="refresh" content="0;URL='/agentbazaar/'">
+ </head>
16
</html>
0 commit comments