index.html 886 B

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