index.html 2.8 KB

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