7
0

index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. </head>
  19. <script>
  20. // 百度统计访问量
  21. var _hmt = _hmt || [];
  22. (function() {
  23. var hm = document.createElement("script");
  24. hm.src = "https://hm.baidu.com/hm.js?73096a7c1d8e3b58edd028a25807b2bf";
  25. var s = document.getElementsByTagName("script")[0];
  26. s.parentNode.insertBefore(hm, s);
  27. })();
  28. </script>
  29. <body>
  30. <noscript>
  31. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  32. </noscript>
  33. <div id="app"></div>
  34. <!-- built files will be auto injected -->
  35. </body>
  36. </html>