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