| 1234567891011121314151617 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>沿海高速视频稽查系统</title>
- <link rel="stylesheet" type="text/css" href="css/style.css">
- </head>
- <body>
- <script type="text/javascript">
- window.location = "http://" + window.location.host + "/view/user/login.html"
- </script>
- </body>
- </html>
|