12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>CocoAI</title>
- <style>
- *{
- margin: 0;
- padding: 0;
- }
- body,html{
- height: 100%;
- width: 100%;
- overflow: hidden;
- }
- </style>
- </head>
- <body>
- <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>
- </body>
- </html>
|