index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="Content-Type" content="text/html">
  6. <meta name="renderer" content="webkit"/>
  7. <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  8. <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
  9. <meta name="description"
  10. content="中德人工智能研究院(CGAII),由四维时代与德国人工智能研究中心联合建设,主要研究高精度高自动化三维数字化技术、智能图像三维数字化识别技术、智能机器人及自动驾驶技术等多个方向。">
  11. <meta name="keywords" content="中德人工智能研究院,中德研究院,三维数字化,人工智能,AR,slam,机械手臂,四维时代,四维看看,matterport,众趣,4DAGE">
  12. <link rel="shortcut icon" href="static/images/icon/foicon.jpg" type="image/x-icon">
  13. <title>中德人工智能研究院</title>
  14. <script>
  15. if (navigator.userAgent.indexOf('iPhone') > -1 || navigator.userAgent.indexOf('Android') > -1) {
  16. window.location.href = "http://www.cgaii.com/mobile/index.html"
  17. } else {
  18. console.log('pc端')
  19. }
  20. </script>
  21. <script>
  22. var _hmt = _hmt || [];
  23. (function () {
  24. var hm = document.createElement("script");
  25. hm.src = "https://hm.baidu.com/hm.js?d1666c9e003da65c3624e85ac3c5b49c";
  26. var s = document.getElementsByTagName("script")[0];
  27. s.parentNode.insertBefore(hm, s);
  28. })();
  29. </script>
  30. </head>
  31. <body>
  32. <script type="text/javascript">
  33. </script>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>