index.html 908 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,IE=IE9">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  9. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  10. <link rel="stylesheet" href="./static/cesium/Widgets/widgets.css">
  11. <title>
  12. <%= htmlWebpackPlugin.options.title %>
  13. </title>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  18. Please enable it to continue.</strong>
  19. </noscript>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. <!-- <script src="./static/cesium/Cesium.js"></script>
  23. <script src="./static/js/heatmap.js"></script> -->
  24. </body>
  25. </html>