index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <script>
  21. var _hmt = _hmt || [];
  22. (function () {
  23. var hm = document.createElement('script');
  24. hm.src = 'https://hm.baidu.com/hm.js?ffc088b4c034487265310b8492d3074c';
  25. var s = document.getElementsByTagName('script')[0];
  26. s.parentNode.insertBefore(hm, s);
  27. })();
  28. </script>
  29. <!-- 谷歌广告 -->
  30. <script
  31. async
  32. src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6064454674933772"
  33. crossorigin="anonymous"
  34. ></script>
  35. <!-- <script>
  36. (adsbygoogle = window.adsbygoogle || []).push({});
  37. </script> -->
  38. </head>
  39. <body>
  40. <script
  41. src="<%= BASE_URL %>TXLivePusher-2.1.1.min.js"
  42. charset="utf-8"
  43. ></script>
  44. <noscript>
  45. <strong>
  46. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  47. properly without JavaScript enabled. Please enable it to continue.
  48. </strong>
  49. </noscript>
  50. <div id="app"></div>
  51. </body>
  52. </html>