index.html 786 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title><%= webpackConfig.name %></title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong
  16. >We're sorry but <%= webpackConfig.name %> doesn't work properly without
  17. JavaScript enabled. Please enable it to continue.</strong
  18. >
  19. </noscript>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. <script src="https://map.qq.com/api/gljs?v=1.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77&callback=init"></script>
  23. </body>
  24. </html>