index.html 341 B

1234567891011121314151617
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>沿海高速视频稽查系统</title>
  6. <link rel="stylesheet" type="text/css" href="css/style.css">
  7. </head>
  8. <body>
  9. <script type="text/javascript">
  10. window.location = "http://" + window.location.host + "/view/user/login.html"
  11. </script>
  12. </body>
  13. </html>