智莺站长PC端官网代码, vite-vue
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

26 lignes
583 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">
  7. <style>
  8. html, body {
  9. padding: 0;
  10. margin: 0;
  11. font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  12. user-select: none;
  13. }
  14. img {
  15. -webkit-user-drag: none;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. <script type="module" src="/src/main.js"></script>
  22. </body>
  23. </html>