123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <meta name="title" content="四维看看">
- <meta http-equiv="origin-trial" content="REGISTER GET TOKEN">
- <meta name="description"
- content="实景三维空间采集相机四维看看(4DKanKan)。技术核心三要素:易操作;自动化;高精度。主要应用领域为数字文博、数字地产、数字电商、数字餐饮、数字家居等。">
-
- <meta http-equiv="origin-trial" content="REGISTER GET TOKEN">
- <meta
- name="keywords"
- content="usd, usdz, viewer, 3d, 3d model, online, online viewer, usd online viewer, usdz online viewer, pixar, universal scene description, threejs"
- />
- <meta name="robots" content="index, follow" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="language" content="English" />
- <meta name="revisit-after" content="1 days" />
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
- <title>四维看看</title>
- <link
- rel="stylesheet"
- href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
- />
- <link
- rel="stylesheet"
- href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"
- />
- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script
- async
- src="https://www.googletagmanager.com/gtag/js?id=G-H8J94WPF8V"
- ></script>
- <script>
- var vConsole = new window.VConsole();
- window.dataLayer = window.dataLayer || [];
- function gtag() {
- dataLayer.push(arguments);
- }
- gtag("js", new Date());
- gtag("config", "G-H8J94WPF8V");
- </script>
- </head>
- <body>
- <noscript>
- <strong
- >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
- properly without JavaScript enabled. Please enable it to
- continue.</strong
- >
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|