index.html 992 B

1234567891011121314151617181920212223242526272829
  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. <link rel="preconnect" href="https://cdn.staticfile.org">
  9. <script src="<%= BASE_URL %>config.js"></script>
  10. <title><%= htmlWebpackPlugin.options.title %></title>
  11. <!-- <script>
  12. window.CESIUM_BASE_URL = 'https://cdn.staticfile.org/cesium/1.105.1/';
  13. </script>
  14. <script src="https://cdn.staticfile.org/cesium/1.105.1/Cesium.js"></script>
  15. <link href="https://cdn.staticfile.org/cesium/1.105.1/Widgets/widgets.min.css" rel="stylesheet"> -->
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. </body>
  23. </html>