cocoai.html 606 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>CocoAI</title>
  7. <style>
  8. *{
  9. margin: 0;
  10. padding: 0;
  11. }
  12. body,html{
  13. height: 100%;
  14. width: 100%;
  15. overflow: hidden;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;" src="https://cloud.cocorobo.cn/#/cocoai" frameborder="0" style="width: 100%;height: 100%;box-sizing: border-box;"></iframe>
  21. </body>
  22. </html>