index.html 145 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. </head>
  6. <body>
  7. <script>
  8. location.replace('docs' + location.hash);
  9. </script>
  10. </body>
  11. </html>