| 1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/src/assets/logo.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <!-- <script
- charset="utf-8"
- src="https://map.qq.com/api/gljs?v=1.exp&key=Y2BBZ-IHRKU-V42VO-BFQEE-K7252-ZBBSF"
- ></script> -->
- <script src="https://webapi.amap.com/maps?v=2.0&key=0b84075e96d01623f704867a601139bb&&plugin=AMap.Scale,AMap.HawkEye,AMap.ToolBar,AMap.ControlBar"></script>
- <script src="https://imgcache.qq.com/qcloud/cloudbase-js-sdk/1.6.0/cloudbase.full.js"></script>
- <title>Huihenduo App</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- html,
- body {
- height: 100%;
- width: 100%;
- }
- #app {
- height: 100%;
- width: 100%;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.js"></script>
- </body>
- </html>
|