123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
- <meta name="theme-color" content="black" />
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0,maximum-scale=1,minimum-scale=1,user-scalable=no" />
- <meta name="description"
- content="深云智能定位是汽车后市场全栈数智化解决方案提供商,通过打造产业数智底座,研发产业数智操作系统,构建以车主为中心的网络即时协同汽服生态系,实现产业链标准化、在线化、数字化、智能化,赋能产业从传统商业向数智商业转型升级。" />
- <!-- webApp全屏显示,IOS设备 -->
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <!-- 通用的浏览器 -->
- <!-- <meta name="full-screen" content="true" /> -->
- <!-- QQ浏览器(X5内核)独有的META -->
- <!-- <meta name="x5-fullscreen" content="true" /> -->
- <!-- 360浏览器独有的 -->
- <!-- <meta name="360-fullscreen" content="true" /> -->
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.jpg" />
- <!--
- manifest.json provides metadata used when your web app is installed on a
- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
- -->
- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
- <!--
- Notice the use of %PUBLIC_URL% in the tags above.
- It will be replaced with the URL of the `public` folder during the build.
- Only files inside the `public` folder can be referenced from the HTML.
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
- work correctly both with client-side routing and a non-root public URL.
- Learn how to configure a non-root public URL by running `npm run build`.
- -->
- <title>赛久智能</title>
- </head>
- <style>
- html,
- body {
- overflow-x: hidden;
- }
- @media (max-width:900px) {
- body {
- background-color: #fff !important
- }
- }
- * {
- -webkit-text-size-adjust: none;
- }
- /* * {
- background: #000 !important;
- color: #0f0 !important;
- outline: solid #f00 1px !important;
- } */
- </style>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- <!--
- This HTML file is a template.
- If you open it directly in the browser, you will see an empty page.
- You can add webfonts, meta tags, or analytics to this file.
- The build step will place the bundled scripts into the <body> tag.
- To begin the development, run `npm start` or `yarn start`.
- To create a production bundle, use `npm run build` or `yarn build`.
- -->
- </body>
- </html>
|