index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  8. <!-- <% for (var i in
  9. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.css) { %>
  10. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="preload" as="style" />
  11. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="stylesheet" />
  12. <% } %> -->
  13. <title>
  14. <%= webpackConfig.name %>
  15. </title>
  16. <meta name="wpk-bid" content="dta_1_1346547602">
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
  21. to continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <script>
  25. !(function (c, i, e, b) {
  26. var h = i.createElement("script");
  27. var f = i.getElementsByTagName("script")[0];
  28. h.type = "text/javascript";
  29. h.crossorigin = true;
  30. h.onload = function () {
  31. c[b] || (c[b] = new c.wpkReporter({ bid: "dta_1_1346547602" }));
  32. c[b].installAll()
  33. };
  34. f.parentNode.insertBefore(h, f);
  35. h.src = e
  36. })(window, document, "https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js", "__wpk");
  37. </script>
  38. </body>
  39. </html>