template.html 903 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <meta name="description" content="华商云服、云系统、SAAS,集销售、采购、生产、库存管理为一体的进销存管理专家,疫情期间,隔离病毒不隔离生意,云上办公,业务在线处理,工作效率提升,助力小微企业高效运行,快速恢复生产经营">
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <title><%= htmlWebpackPlugin.options.title %></title>
  10. </head>
  11. <body>
  12. <noscript>
  13. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  14. Please enable it to continue.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. <!-- built files will be auto injected -->
  18. </body>
  19. </html>