index.html 730 B

123456789101112131415161718192021222324252627282930
  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. <script src="<%= BASE_URL %>flv.min.js"></script>
  18. <title><%= htmlWebpackPlugin.options.title %></title>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>
  23. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  24. properly without JavaScript enabled. Please enable it to continue.
  25. </strong>
  26. </noscript>
  27. <div id="app"></div>
  28. </body>
  29. </html>