index.html 245 B

123456789101112
  1. <!DOCTYPE html >
  2. <html >
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <script>
  9. location.href = "/";
  10. </script>
  11. </body>
  12. </html>