summaryrefslogtreecommitdiffstats
path: root/index.html
blob: a56cd7eb7d1da5a23adb4020e17cb4fb97012bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
<script>
    location.replace('docs' + location.hash);
</script>
</body>
</html>