
            <html>
            <head>
                <title>API Escuela - Sirumatek</title>
                <style>
                    body { font-family: Arial, sans-serif; margin: 40px; }
                    h1 { color: #333; }
                    .endpoint { background: #f5f5f5; padding: 10px; margin: 10px 0; border-radius: 5px; }
                </style>
            </head>
            <body>
                <h1>API Escuela - Sirumatek</h1>
                <p>Endpoints disponibles:</p>
                <div class="endpoint"><strong>/repo/</strong> - Puerto 8888</div>
                <div class="endpoint"><strong>/curricular/</strong> - Puerto 8886</div>
                <div class="endpoint"><strong>/seguridad/</strong> - Puerto 8887</div>
            </body>
            </html>
        