index.htm 234 B

1234567891011
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  4. <title>index.htm</title>
  5. <script type="text/javascript">
  6. window.location.href = "login.htm";
  7. </script>
  8. </head>
  9. <body>
  10. </body>
  11. </html>