index.html 841 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="">
  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 http-equiv="pragma" content="no-cache" />
  8. <meta http-equiv="Cache-Control" content="no-store, must-revalidate" />
  9. <meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT" />
  10. <meta http-equiv="expires" content="0" />
  11. <title><%= htmlWebpackPlugin.options.title %></title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong
  16. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  17. properly without JavaScript enabled. Please enable it to
  18. continue.</strong
  19. >
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>