智莺站长PC端官网代码, vite-vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 line
826 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <!-- <link rel="icon" href="http://h5.99813608.zhiyingos.com/static/favicon.png" /> -->
  6. <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" /> -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
  8. <style>
  9. html,
  10. body {
  11. padding: 0;
  12. margin: 0;
  13. font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  14. user-select: none;
  15. }
  16. img {
  17. -webkit-user-drag: none;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <div id="app"></div>
  23. <script type="module" src="/src/main.js"></script>
  24. </body>
  25. </html>