index.html 344 B

1234567891011
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="1;url=html/index.html">
  6. <title>Page Redirection</title>
  7. </head>
  8. <body>
  9. If you are not redirected automatically, follow the <a href="html/index.html">link to the documentation</a>
  10. </body>
  11. </html>