index.html 1006 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. <script>
  16. var _hmt = _hmt || [];
  17. (function () {
  18. var hm = document.createElement('script');
  19. hm.src = 'https://hm.baidu.com/hm.js?ffc088b4c034487265310b8492d3074c';
  20. var s = document.getElementsByTagName('script')[0];
  21. s.parentNode.insertBefore(hm, s);
  22. })();
  23. </script>
  24. </head>
  25. <body>
  26. <script
  27. src="<%= BASE_URL %>TXLivePusher-2.1.1.min.js"
  28. charset="utf-8"
  29. ></script>
  30. <noscript>
  31. <strong>
  32. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  33. properly without JavaScript enabled. Please enable it to continue.
  34. </strong>
  35. </noscript>
  36. <div id="app"></div>
  37. </body>
  38. </html>