index.html 923 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0,
  6. maximum-scale=1.0,minimum-scale=1.0, user-scalable=no"" />
  7. <meta name=" renderer" content="webkit|ie-comp|ie-stand" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  12. <title><%= htmlWebpackPlugin.options.title %></title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong
  17. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  18. properly without JavaScript enabled. Please enable it to
  19. continue.</strong
  20. >
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>