7
0

index.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  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. <body>
  20. <noscript>
  21. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>