12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="./static/css/iconfont.css">
- <link rel="stylesheet" href="./static/font/seimin/iconfont.css">
- <script src="./static/js/JQ-3.3.1.js"></script>
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover">
- <!-- <meta name="viewport" content="width=device-width,intial-scale=1,user-
- scalable=no"> -->
- <title></title>
- <style>
- html{
- background-color: white;
- height: 100vh;
- margin: 0 auto!important;
- }
- body{
- margin: 0;
- padding: 0;
- background-color: white
- }
- img{
- vertical-align: middle
- }
- a{
- text-decoration: none
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- </body>
- </html>
- <script src="./static/js/public.js"></script>
|