12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>CocoClass</title>
- <style>
- *{
- margin: 0;
- height: 0;
- }
- body,html,iframe{
- width: 100%;
- overflow: hidden;
- height: 100%;
- }
- </style>
- <script type="text/javascript">
- document.domain = document.domain.split(".").slice(-2).join(".");
- </script>
- </head>
- <body>
- <iframe allow="camera; microphone; fullscreen; display-capture; encrypted-media; midi; geolocation; payment; accelerometer; gyroscope" src="https://beta.cloud.cocorobo.cn/admin.html" frameborder="0" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-orientation-lock allow-presentation allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-downloads-without-user-activation"></iframe>
- </body>
- </html>
|