index.html 835 B

123456789101112131415161718192021222324252627
  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="renderer" content="webkit" />
  7. <meta
  8. name="viewport"
  9. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  10. />
  11. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  12. <title><%= webpackConfig.name %></title>
  13. <script>
  14. var _hmt = _hmt || [];
  15. (function() {
  16. var hm = document.createElement("script");
  17. hm.src = "https://hm.baidu.com/hm.js?ae92ebc51ffb2f8d62e7164dceac0b71";
  18. var s = document.getElementsByTagName("script")[0];
  19. s.parentNode.insertBefore(hm, s);
  20. })();
  21. </script>
  22. </head>
  23. <body>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>