index.html 560 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link
  6. rel="shortcut icon"
  7. type="image/x-icon"
  8. href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"
  9. />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  11. <title><%= appName %></title>
  12. <script src="https://map.qq.com/api/gljs?v=1.exp&key=ORUBZ-OXNW4-HMGUJ-KMTZJ-46N37-YWFVF"></script>
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. <script type="module" src="/src/main.js"></script>
  17. </body>
  18. </html>