<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Staging.cc - Ready for Projects</title>
    <style>
        body { font-family: Arial, sans-serif; max-width: 600px; margin: 50px auto; padding: 20px; background: #f5f5f5; }
        h1 { color: #333; }
        .info { background: white; padding: 20px; border-radius: 8px; margin: 10px 0; }
    </style>
</head>
<body>
    <h1>🚀 staging.cc is LIVE!</h1>
    <div class="info">
        <h3>Your AlmaLinux Production Server</h3>
        <p><strong>Status:</strong> ✅ Running</p>
        <p><strong>SSL:</strong> ✅ ZeroSSL Wildcard</p>
        <p><strong>Covers:</strong> *.staging.cc</p>
        <p><strong>Node.js:</strong> 22.19.0</p>
    </div>
    <p><small>Deploy projects to /var/www/projects/</small></p>
</body>
</html>