<!DOCTYPE html>
<html>
<head>
    <title>Companion Bot API</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 50px; }
        .container { max-width: 600px; margin: 0 auto; }
        h1 { color: #333; }
        .info { background: #f0f0f0; padding: 20px; border-radius: 5px; }
        a { color: #0066cc; text-decoration: none; }
        a:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <div class="container">
        <h1>Companion Bot API</h1>
        <div class="info">
            <p><strong>Status:</strong> API is running</p>
            <p><strong>Web Frontend:</strong> Temporarily disabled</p>
            <p><strong>Available Endpoints:</strong></p>
            <ul>
                <li><a href="/api">/api</a> - API endpoints</li>
                <li><a href="/actuator/health">/actuator/health</a> - Health check</li>
            </ul>
        </div>
    </div>
</body>
</html>