index.html 598 B

12345678910111213141516171819
  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. <meta
  9. name="description"
  10. content="Web site created using create-react-app"
  11. />
  12. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  13. <!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
  14. <title>趣程企微运营系统</title>
  15. </head>
  16. <body>
  17. <div id="root"></div>
  18. </body>
  19. </html>