index.html 599 B

123456789101112131415161718
  1. <!doctype html>
  2. <html lang="">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>珠海市历史建筑三维展示与导览平台</title>
  8. </head>
  9. <body>
  10. <div id="app"></div>
  11. <!-- 天地图 API,需在 https://lbs.tianditu.gov.cn/ 申请 tk 密钥 -->
  12. <script
  13. src="https://api.tianditu.gov.cn/api?v=4.0&tk=85cd0cdb9cea33df08557f0af24063d1"
  14. type="text/javascript"
  15. ></script>
  16. <script type="module" src="/src/main.js"></script>
  17. </body>
  18. </html>