We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6190af6 commit fc12f02Copy full SHA for fc12f02
templates/404-redirect.html
@@ -5,7 +5,7 @@
5
<title>Not found</title>
6
<script>
7
(function () {
8
- const url = new URL('../index.html', window.location.href);
+ const url = new URL('/lab/index.html', window.location.href);
9
const params = new URLSearchParams(window.location.search);
10
params.set('tab', '404');
11
url.search = params.toString();
@@ -14,7 +14,7 @@
14
})();
15
</script>
16
<noscript>
17
- <meta http-equiv="refresh" content="0; url=../index.html?tab=404" />
+ <meta http-equiv="refresh" content="0; url=/lab/index.html?tab=404" />
18
</noscript>
19
</head>
20
<body></body>
0 commit comments