
        <!DOCTYPE html>
        <html>
        <head>
            <title>Service Desk - tickets.turnoclick.com.ar</title>
            <style>
                body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
                .container { max-width: 600px; margin: 0 auto; }
                .status { color: #28a745; font-size: 24px; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>🎫 Service Desk SaaS</h1>
                <p class="status">✅ Servicio activo en tickets.turnoclick.com.ar</p>
                <p>API disponible en: <code>/api/v1/tickets</code></p>
                <p>Requiere autenticación HTTP básica</p>
                <hr>
                <small>Configurado automáticamente - tickets.turnoclick.com.ar</small>
            </div>
        </body>
        </html>