index.html 819 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/src/assets/logo.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <!-- <script
  8. charset="utf-8"
  9. src="https://map.qq.com/api/gljs?v=1.exp&key=Y2BBZ-IHRKU-V42VO-BFQEE-K7252-ZBBSF"
  10. ></script> -->
  11. <script src="https://webapi.amap.com/maps?v=2.0&key=0b84075e96d01623f704867a601139bb"></script>
  12. <title>Huihenduo App</title>
  13. <style>
  14. * {
  15. margin: 0;
  16. padding: 0;
  17. }
  18. html,
  19. body {
  20. height: 100%;
  21. width: 100%;
  22. }
  23. #app {
  24. height: 100%;
  25. width: 100%;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div id="app"></div>
  31. <script type="module" src="/src/main.js"></script>
  32. </body>
  33. </html>