index.html 172 B

123456789101112
  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. <input checked="disabled">
  11. </body>
  12. </html>