index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <script type="text/javascript" src="./static/config/config.js"></script>
  10. <script src="./static//plugins/js/jquery/jquery.min.js"></script>
  11. <script src="./static/plugins/js/turf/turf.min.js"></script>
  12. <link rel="stylesheet" href="./static/plugins/js/leaflet1.3.1/leaflet.css">
  13. <script src="./static/plugins/js/leaflet1.3.1/leaflet.js"></script>
  14. <script src="./static/plugins/js/leaflet1.3.1/leaflet-side-by-side.js"></script>
  15. <script src="./static/plugins/js/esri-leaflet-v3.0.4/esri-leaflet.js"></script>
  16. <script src="./static/plugins/js/leaflet1.3.1/leaflet.measure.js"></script>
  17. <link rel="stylesheet" type="text/css" href="./static/plugins/js/leaflet1.3.1/leaflet.measure.css">
  18. <script src="./static/plugins/js/leaflet1.3.1/leaflet.label.js"></script>
  19. <link rel="stylesheet" type="text/css" href="./static/plugins/js/leaflet1.3.1/leaflet.label.css">
  20. <style type="text/css" media="screen">
  21. .leaflet-control-attribution{
  22. display: none;
  23. }
  24. html,body{
  25. border: 0px;
  26. margin: 0px;
  27. padding: 0px;
  28. width: 100%;
  29. height: 100%;
  30. }
  31. </style>
  32. </head>
  33. <body>
  34. <noscript>
  35. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  36. </noscript>
  37. <div id="app"></div>
  38. </body>
  39. </html>