Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style> | |
| body { | |
| background-color: white; /* Ensure the iframe has a white background */ | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <html lang="ru"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Space Test</title> | |
| <style> | |
| body { | |
| background: linear-gradient(135deg, #0d1117, #161b22); | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| height: 100vh; | |
| margin: 0; | |
| font-family: system-ui, sans-serif; | |
| } | |
| .card { | |
| background: #21262d; | |
| border: 1px solid #30363d; | |
| border-radius: 12px; | |
| padding: 40px 60px; | |
| text-align: center; | |
| box-shadow: 0 0 40px rgba(88, 166, 255, 0.15); | |
| } | |
| h1 { | |
| color: #58a6ff; | |
| font-size: 2.5rem; | |
| margin: 0; | |
| } | |
| p { | |
| color: #8b949e; | |
| font-size: 1.2rem; | |
| margin-top: 12px; | |
| } | |
| .status { | |
| color: #3fb950; | |
| font-size: 1rem; | |
| margin-top: 20px; | |
| border: 1px solid #3fb950; | |
| border-radius: 20px; | |
| padding: 6px 20px; | |
| display: inline-block; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <h1>🚀 Space активен!</h1> | |
| <p>Docker на HuggingFace работает</p> | |
| <span class="status">● Online</span> | |
| <p style="font-size: 0.9rem; margin-top: 16px;">Готов к запуску Android</p> | |
| </div> | |
| </body> | |
| </html> | |
| <script> | |
| </script> | |
| </body> | |
| </html> | |