tj.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <link rel="icon" href="<%= BASE_URL %>static/logo.png">
  7. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  8. <meta name="baidu-site-verification" content="code-nYx6wz5gBx" />
  9. <link rel="icon" href="./static/img/public/favicon.ico">
  10. <meta name="Keywords" content="能联全球,World of Energy Interconnection,WEI,全球能源互联网,GEI,发展合作平台,全球能源互联网发展合作平台,GEIDCP,全球能源互联网发展合作组织,GEIDCO,Global Energy Interconnection" />
  11. <meta name="Description" content="能联全球(WEI,World of Energy Interconnection),全球能源互联网发展合作平台(GEIDCP)。平台旨在构建全球能源互联网,推动以清洁和绿色方式满足全球电力需求,推动全球能源电力合作,共创绿色低碳,可持续发展的美好未来。" />
  12. <script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js" type="text/javascript"></script>
  13. <title>
  14. 能联全球
  15. </title>
  16. <script>
  17. document.addEventListener('DOMContentLoaded', function() {
  18. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
  19. })
  20. // 生产环境时运行此脚本
  21. var _hmt = _hmt || [];
  22. (function() {
  23. var hm = document.createElement("script");
  24. hm.src = "https://hm.baidu.com/hm.js?1e2dcd76c24418dd0b7c1328eae2957d";
  25. var s = document.getElementsByTagName("script")[0];
  26. s.parentNode.insertBefore(hm, s);
  27. })();
  28. </script>
  29. <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
  30. </head>
  31. <body>
  32. <noscript>
  33. <strong>Please enable JavaScript to continue.</strong>
  34. </noscript>
  35. <div id="app"></div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. </html>