index.html 354 B

123456789101112
  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,
  10. follow the <a href="html/index.html">link to the documentation</a>
  11. </body>
  12. </html>