index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  9. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  10. <title><%= htmlWebpackPlugin.options.title %></title>
  11. <script src="./static/config/config.js"></script>
  12. <script src="./static/plugins/Cesium/Cesium.js"></script>
  13. <link rel="stylesheet" href="./static/plugins/Cesium/Widgets/widgets.css">
  14. <script src="./static/plugins/turf.min.js"></script>
  15. <script src="./static/plugins/jquery/jquery.js"></script>
  16. <script src="./static/plugins/heatmap/heatmap.js"></script>
  17. <script src="./static/plugins/Heatmap.js"></script>
  18. <script src="./static/data/area.js"></script>
  19. </head>
  20. <script>
  21. // 百度统计访问量
  22. var _hmt = _hmt || [];
  23. (function() {
  24. var hm = document.createElement("script");
  25. hm.src = "https://hm.baidu.com/hm.js?73096a7c1d8e3b58edd028a25807b2bf";
  26. var s = document.getElementsByTagName("script")[0];
  27. s.parentNode.insertBefore(hm, s);
  28. })();
  29. </script>
  30. <body>
  31. <noscript>
  32. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  33. </noscript>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>