summaryrefslogtreecommitdiffstats
path: root/index.html
blob: f45abec12977a403003677f9dd554cebe4e07f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Redirecting</title>
  <noscript>
    <meta http-equiv="refresh" content="1; url=stable/" />
  </noscript>
  <script>
    window.location.replace("stable/" + window.location.hash);
  </script>
</head>
<body>
  Redirecting to <a href="stable/">stable/</a>...
</body>
</html>