index.html 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  8. <title>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <script>
  12. // 以下为百度统计代码
  13. var _hmt = _hmt || [];
  14. (function() {
  15. var hm = document.createElement("script");
  16. // hm.src = "https://hm.baidu.com/hm.js?********************";
  17. hm.src = "https://hm.baidu.com/hm.js?4e14aefd07c9a124946592c42ff77595";
  18. var s = document.getElementsByTagName("script")[0];
  19. s.parentNode.insertBefore(hm, s);
  20. })();
  21. </script>
  22. <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
  23. </head>
  24. <body>
  25. <noscript>
  26. <strong>Please enable JavaScript to continue.</strong>
  27. </noscript>
  28. <div id="app">
  29. </div>
  30. <!-- built files will be auto injected -->
  31. </body>
  32. </html>