| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!doctype html>
- <html lang="">
- <head>
- <meta charset="utf-8" />
- <meta
- http-equiv="X-UA-Compatible"
- content="IE=edge"
- />
- <meta name="viewport" />
- <link
- rel="icon"
- href="<%= BASE_URL %>favicon.ico"
- />
- <title><%= htmlWebpackPlugin.options.title %></title>
- <script>
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement('script');
- hm.src = 'https://hm.baidu.com/hm.js?ffc088b4c034487265310b8492d3074c';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- </head>
- <body>
- <script
- src="<%= BASE_URL %>TXLivePusher-2.1.1.min.js"
- charset="utf-8"
- ></script>
- <noscript>
- <strong>
- We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
- properly without JavaScript enabled. Please enable it to continue.
- </strong>
- </noscript>
- <div id="app"></div>
- </body>
- </html>
|