<!DOCTYPE html>
<html>
<head>
    <title>kroket.dev</title>
    <style>
        body { font-family: system-ui, sans-serif; max-width: 600px; margin: 50px auto; padding: 20px; }
        h1 { color: #333; }
        ul { list-style: none; padding: 0; }
        li { margin: 10px 0; }
        a { color: #0066cc; text-decoration: none; }
        a:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <h1>kroket.dev</h1>
    <p>Available applications:</p>
    <ul>
        <li><a href="https://admincenter.kroket.dev">Admin Center</a></li>
        <li><a href="https://personalfinance.kroket.dev">Personal Finance</a></li>
        <li><a href="https://agentorchestration.kroket.dev">Agent Orchestration</a></li>
        <li><a href="https://pokedex.kroket.dev">Pokedex</a></li>
    </ul>
</body>
</html>