index.html 630 B

12345678910111213141516171819202122232425262728293031
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="./logo.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=0.1" />
  7. <title>亿职赞</title>
  8. <style>
  9. body {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. <script type="module" src="./src/main.js"></script>
  18. <script src="https://map.qq.com/api/gljs?v=1.exp&key=ZBABZ-ZWECU-UQTVV-4LYDR-COK3F-5SF75"></script>
  19. </body>
  20. <style>
  21. html {
  22. overflow: hidden;
  23. height: 100%;
  24. }
  25. body {
  26. overflow: auto;
  27. height: 100%;
  28. }
  29. </style>
  30. </html>