index.html 689 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/qclogo.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <!-- <script src="https://unpkg.com/mediainfo.js" type="text/javascript"></script> -->
  9. <meta
  10. name="description"
  11. content="Web site created using create-react-app"
  12. />
  13. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  14. <!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
  15. <title>趣程企微运营系统</title>
  16. </head>
  17. <body>
  18. <div id="root"></div>
  19. </body>
  20. </html>