File size: 1,022 Bytes
d2978d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html>
<head>
    <title>Verdant Claw - Service Guidance</title>
    <style>
        body { font-family: sans-serif; text-align: center; padding: 50px; background: #0f172a; color: #f8fafc; }
        .container { max-width: 600px; margin: 0 auto; border: 1px solid #1e293b; padding: 30px; border-radius: 12px; }
        h1 { color: #38bdf8; }
    </style>
</head>
<body>
    <div class="container">
        <h1>⚠️ Service Starting Up</h1>
        <p>The Verdant Claw infrastructure is currently initializing.</p>
        <p>This usually takes 30-60 seconds after the Space wakes up.</p>
        <hr style="border: 0; border-top: 1px solid #1e293b; margin: 20px 0;">
        <p><strong>Next Steps:</strong></p>
        <ul style="text-align: left; display: inline-block;">
            <li>Refresh this page in 30 seconds.</li>
            <li>Check the "Pi Agent" frame for activity.</li>
            <li>If this persists, check the Hugging Face Space Logs.</li>
        </ul>
    </div>
</body>
</html>