index.html 676 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta
  6. http-equiv="X-UA-Compatible"
  7. content="IE=edge"
  8. />
  9. <meta
  10. name="viewport"
  11. content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
  12. />
  13. <link
  14. rel="icon"
  15. href="<%= BASE_URL %>favicon.ico"
  16. />
  17. <title><%= htmlWebpackPlugin.options.title %></title>
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>
  22. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  23. properly without JavaScript enabled. Please enable it to continue.
  24. </strong>
  25. </noscript>
  26. <div id="app"></div>
  27. </body>
  28. </html>