index.html 912 B

1234567891011121314151617181920212223242526272829303132333435
  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&&plugin=AMap.Scale,AMap.HawkEye,AMap.ToolBar,AMap.ControlBar"></script>
  12. <title>Huihenduo App</title>
  13. <style>
  14. * {
  15. margin: 0;
  16. padding: 0;
  17. box-sizing: border-box;
  18. }
  19. html,
  20. body {
  21. height: 100%;
  22. width: 100%;
  23. }
  24. #app {
  25. height: 100%;
  26. width: 100%;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div id="app"></div>
  32. <script type="module" src="/src/main.js"></script>
  33. </body>
  34. </html>