index.html 1.7 KB

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