VerdantClaw-Marimo / error.html
TheEdict's picture
Add public folder
d2978d5 verified
Raw
History Blame Contribute Delete
1.02 kB
<!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>