index.html 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <!--
  2. * @Author: your name
  3. * @Date: 2021-01-07 09:49:29
  4. * @LastEditTime: 2021-03-15 17:36:25
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \vue3-element-admin\public\index.html
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="zh-cn">
  11. <head>
  12. <meta charset="utf-8" />
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  15. <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
  16. <link rel="icon" href="favicon.ico" />
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/qweather-icons@1.3.0/font/qweather-icons.css">
  18. <title>飞鸟智慧巡园平台</title>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong
  23. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't
  24. work properly without JavaScript enabled. Please enable it to
  25. continue.</strong
  26. >
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>