1 parent bc6afd9 commit 6709eceCopy full SHA for 6709ece
1 file changed
index.html
@@ -4,15 +4,15 @@
4
<meta charset="utf-8">
5
<title>Redirecting</title>
6
<noscript>
7
- <meta http-equiv="refresh" content="1; url=edge-2/" />
+ <meta http-equiv="refresh" content="1; url=edge/" />
8
</noscript>
9
<script>
10
window.location.replace(
11
- "edge-2/" + window.location.search + window.location.hash
+ "edge/" + window.location.search + window.location.hash
12
);
13
</script>
14
</head>
15
<body>
16
- Redirecting to <a href="edge-2/">edge</a>...
+ Redirecting to <a href="edge/">edge/</a>...
17
</body>
18
</html>
0 commit comments