We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785ad2b commit c24cb89Copy full SHA for c24cb89
1 file changed
index.html
@@ -0,0 +1,16 @@
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=v1/" />
8
+ </noscript>
9
+ <script>
10
+ window.location.replace("v1/" + window.location.hash);
11
+ </script>
12
+</head>
13
+<body>
14
+ Redirecting to <a href="v1/">v1/</a>...
15
+</body>
16
+</html>
0 commit comments