index.html 929 B

12345678910111213141516171819202122232425262728
  1. <!--
  2. * @Description: file content
  3. * @Version: 2.0
  4. * @Author: ljl
  5. * @Date: 2022-06-15 17:41:58
  6. * @LastEditors: ljl
  7. * @LastEditTime: 2022-07-15 12:54:28
  8. * @FilePath: \zyypt-ssb-vue_app\public\index.html
  9. -->
  10. <!DOCTYPE html>
  11. <html lang="">
  12. <head>
  13. <meta charset="utf-8">
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  15. <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
  16. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  17. <script src="./ipConfig.js"></script>
  18. <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
  19. <title></title>
  20. </head>
  21. <body>
  22. <noscript>
  23. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>