app.html 736 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>CocoClass</title>
  7. <style>
  8. *{
  9. margin: 0;
  10. height: 0;
  11. }
  12. body,html,iframe{
  13. width: 100%;
  14. overflow: hidden;
  15. height: 100%;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <iframe allow="camera *; microphone *; display-capture; midi; encrypted-media; fullscreen; geolocation; clipboard-read; clipboard-write; accelerometer; autoplay; gyroscope; payment; picture-in-picture; usb; xr-spatial-tracking;" allowfullscreen src="https://beta.cloud.cocorobo.cn/admin.html" frameborder="0"></iframe>
  21. </body>
  22. </html>