<!DOCTYPE html>
<html>
<head><title>VyroAI Bot Hosting</title>
<style>
    body { background: #0f1117; color: #fff; font-family: Inter, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
    .card { background: #1a1b23; border: 1px solid #2a2b33; border-radius: 12px; padding: 40px; text-align: center; max-width: 500px; }
    h1 { color: #8b5cf6; margin-bottom: 8px; }
    p { color: #9ca3af; }
    a { color: #8b5cf6; }
</style>
</head>
<body>
    <div class="card">
        <h1>VyroAI Bot Hosting</h1>
        <p>Bot dashboards are accessible on their assigned ports.</p>
        <p>Visit <a href="https://vyroai.vip">vyroai.vip</a> to create and host your bot.</p>
    </div>
</body>
</html>