| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="http://gm.nkfzs.com/favicon.ico" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="apple-touch-fullscreen" content="yes">
- <meta name="Cache-Control" content="no-siteapp">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta name="format-detection" content="telephone=no, email=no" />
- <meta http-equiv="Cache-Control" content="no-siteapp" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="google" value="notranslate">
- <meta name="renderer" content="webkit|ie-stand">
- <meta name="force-rendering" content="webkit"/>
- <meta name="layoutmode" content="fitscreen">
- <meta name="HandheldFriendly" content="true">
- <script src="https://cs.wechat.kfzs.com/client/static/js/kuyun_md5.js"></script>
- <title></title>
- <style>
- body {
- font-size: 16px;
- height: 100vh;
- margin: 0;
- padding: 0;
- }
- #app {
- min-width: 320px;
- min-height: 100vh;
- margin: 0 auto;
- }
- .el-message {
- min-width: 200px !important;
- border-radius: 5px !important;
- }
- </style>
- </head>
- <body>
- <div id="app" style="height:100%"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|