index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="http://gm.nkfzs.com/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="apple-touch-fullscreen" content="yes">
  8. <meta name="Cache-Control" content="no-siteapp">
  9. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  10. <meta name="format-detection" content="telephone=no, email=no" />
  11. <meta http-equiv="Cache-Control" content="no-siteapp" />
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  13. <meta name="google" value="notranslate">
  14. <meta name="renderer" content="webkit|ie-stand">
  15. <meta name="force-rendering" content="webkit"/>
  16. <meta name="layoutmode" content="fitscreen">
  17. <meta name="HandheldFriendly" content="true">
  18. <script src="https://cs.wechat.kfzs.com/client/static/js/kuyun_md5.js"></script>
  19. <title></title>
  20. <style>
  21. body {
  22. font-size: 16px;
  23. height: 100vh;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. #app {
  28. min-width: 320px;
  29. min-height: 100vh;
  30. margin: 0 auto;
  31. }
  32. .el-message {
  33. min-width: 200px !important;
  34. border-radius: 5px !important;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div id="app" style="height:100%"></div>
  40. <script type="module" src="/src/main.ts"></script>
  41. </body>
  42. </html>