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 e58e587 commit 5f4265bCopy full SHA for 5f4265b
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=latest/" />
8
+ </noscript>
9
+ <script>
10
+ window.location.replace("latest/" + window.location.hash);
11
+ </script>
12
+</head>
13
+<body>
14
+ Redirecting to <a href="latest/">latest/</a>...
15
+</body>
16
+</html>
0 commit comments