index.html 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  5. <meta charset="UTF-8">
  6. <meta http-equiv="Cache-Control" content="max-age=7200" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta content="telephone=no" name="format-detection">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <meta name="description" content="世界上首款消费级3D相机—四维看看(4DKanKan)。技术核心三要素:易操作;自动化;高精度。主要应用领域为数字文博、数字地产、数字电商、数字餐饮、数字家居等。">
  11. <link rel="shortcut icon" href="//4dkk.4dage.com/FDKKIMG/icon/kankan_icon.ico">
  12. <link rel="icon" type="image/png" href="//4dkk.4dage.com/FDKKIMG/icon/kankan_icon192.png" sizes="192x192">
  13. <link rel="apple-touch-icon" sizes="180x180" href="//4dkk.4dage.com/FDKKIMG/icon/kankan_icon180.png">
  14. <title>四维看看</title>
  15. <script>
  16. (function(){
  17. if (navigator.userAgent.indexOf('iPhone') > -1 || navigator.userAgent.indexOf('Android') > -1) {
  18. window.location.href = '/mobile/index.html';
  19. }
  20. })();
  21. </script>
  22. </head>
  23. <body>
  24. <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"> </script>
  25. <script src="https://cdn.bootcss.com/three.js/r81/three.min.js"></script> -->
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>