index.html 582 B

1234567891011121314151617181920212223242526
  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 name="viewport" />
  10. <link
  11. rel="icon"
  12. href="<%= BASE_URL %>favicon.ico"
  13. />
  14. <title><%= htmlWebpackPlugin.options.title %></title>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>
  19. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  20. properly without JavaScript enabled. Please enable it to continue.
  21. </strong>
  22. </noscript>
  23. <div id="app"></div>
  24. </body>
  25. </html>