index.html 631 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="zh_CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/img/favicon.ico" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  9. />
  10. <meta name="theme-color" content="#3D92FC" />
  11. <meta name="description" content="Flyinsono website" />
  12. <link rel="apple-touch-icon" href="%PUBLIC_URL%/img/favicon.ico" />
  13. <title>杏聆荟-远程超声解决方案</title>
  14. </head>
  15. <body>
  16. <noscript>You need to enable JavaScript to run this app.</noscript>
  17. <div id="root"></div>
  18. </body>
  19. </html>