index.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--
  2. * @Date: 2023-06-18 10:09:15
  3. * @LastEditors: zhubj
  4. * @LastEditTime: 2023-06-18 11:23:46
  5. * @Description: 头部注释
  6. * @FilePath: \own-vue3-vuecli-template\public\index.html
  7. -->
  8. <!DOCTYPE html>
  9. <html lang="">
  10. <head>
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  15. <link rel="stylesheet" href="./widgets.css">
  16. <link href="https://cdn.bootcdn.net/ajax/libs/leaflet/1.7.1/leaflet.min.css" rel="stylesheet">
  17. <link href="https://cdn.bootcdn.net/ajax/libs/leaflet-contextmenu/1.4.0/leaflet.contextmenu.css" rel="stylesheet">
  18. <title>
  19. <%= htmlWebpackPlugin.options.title %>
  20. </title>
  21. </head>
  22. <body class="nsfStyle">
  23. <noscript>
  24. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  25. Please enable it to continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. <!-- built files will be auto injected -->
  29. </body>
  30. <script src="./Cesium.js"></script>
  31. </html>