index.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= webpackConfig.name %></title>
  9. <meta http-equiv="expires" content="0" />
  10. <!-- <meta http-equiv="pragram" content="no-cache">-->
  11. <META HTTP-EQUIV="Pragma"CONTENT="no-cache">
  12. <META HTTP-EQUIV="Cache-Control"CONTENT="no-cache">
  13. <META HTTP-EQUIV="Expires"CONTENT="0">
  14. <!-- <meta http-equiv="Expires" content="0">-->
  15. <!-- <meta http-equiv="Pragma" content="no-cache">-->
  16. <!-- <meta http-equiv="Cache-control" content="no-cache">-->
  17. <!-- <meta http-equiv="Cache" content="no-cache">-->
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>