index.html 968 B

123456789101112131415161718192021
  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,user-scalable=no,viewport-fit=cover" />
  7. <!-- 清除缓存标签 -->
  8. <meta http-equiv="Expires" content="0" />
  9. <meta http-equiv="Pragma" content="no-cache" />
  10. <meta http-equiv="Cache-control" content="no-cache" />
  11. <meta http-equiv="Cache" content="no-cache" />
  12. <!-- <meta name="viewport" content="target-densitydpi=device-dpi,width=750,user-scalable=0" /> -->
  13. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  14. <!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2072883_81hqakjsv38.css" /> -->
  15. <title><%= htmlWebpackPlugin.options.title %></title>
  16. </head>
  17. <body>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. </body>
  21. </html>