index2.html 569 B

123456789101112131415
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="0; url=http://domain/router.html">
  6. <script type="text/javascript">
  7. window.location.href = "http://domain/router.html"
  8. </script>
  9. <title>Loading Login Page</title>
  10. </head>
  11. <body>
  12. <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  13. If you are not redirected automatically, follow this <a href='http://domain/router.html'>Login Page<>
  14. </body>
  15. </html>