<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Uniwebsidad</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            font-family: Arial, sans-serif;
            background-color: #f4f4f9;
            color: #333;
            text-align: center;
        }
        .container {
            max-width: 600px;
            padding: 20px;
            background: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }
        a {
            color: #007bff;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        p {
            text-wrap: balance;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>uniwebsidad.com</h1>
        <p><strong>Este sitio web ya no está disponible.</strong></p>
        <p>Gracias por acompañarnos durante 18 años (al principio, el nombre del sitio era "LibrosWeb").</p>
        <p>Como alternativa para aprender tecnologías web modernas, te recomendamos visitar el siguiente recurso gratuito:</p>
        <p>
            <a href="https://developer.mozilla.org/es/docs/Learn_web_development" target="_blank">
                Aprende desarrollo web
            </a>
        </p>
    </div>
</body>
</html>
