index.html 818 B

123456789101112131415161718192021222324252627282930313233343536
  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. <!-- B站接口获取图片资源出现403的解决方案 -->
  11. <meta
  12. name="referrer"
  13. content="no-referrer"
  14. />
  15. <link
  16. rel="icon"
  17. href="<%= BASE_URL %>favicon.ico"
  18. />
  19. <title><%= htmlWebpackPlugin.options.title %></title>
  20. </head>
  21. <body>
  22. <script
  23. src="<%= BASE_URL %>TXLivePusher-2.1.1.min.js"
  24. charset="utf-8"
  25. ></script>
  26. <noscript>
  27. <strong>
  28. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  29. properly without JavaScript enabled. Please enable it to continue.
  30. </strong>
  31. </noscript>
  32. <div id="app"></div>
  33. </body>
  34. </html>