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 f8d202c commit b4f7f6bCopy full SHA for b4f7f6b
index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <meta charset="utf-8">
5
+ <title>Redirecting</title>
6
+ <noscript>
7
+ <meta http-equiv="refresh" content="1; url=main/" />
8
+ </noscript>
9
+ <script>
10
+ window.location.replace(
11
+ "main/" + window.location.search + window.location.hash
12
+ );
13
+ </script>
14
+</head>
15
+<body>
16
+ Redirecting to <a href="main/">main/</a>...
17
+</body>
18
+</html>
0 commit comments