Spaces:
Sleeping
Sleeping
File size: 2,090 Bytes
978e37b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
<!DOCTYPE html>
<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>
<!DOCTYPE html>
<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>
|