<!DOCTYPE html>

<html lang="es">

<head>

    <meta charset="UTF-8">

    <title>Anótate - Red Social Deportiva</title>

    <style>

        body { font-family: sans-serif; text-align: center; padding: 50px; }

        img { width: 150px; }

        h1 { color: #2e7d32; }

    </style>

</head>

<body>

    <h1>Bienvenido a Anótate</h1>

    <p>Encuentra eventos deportivos de fútbol y vóley cerca de ti.</p>

    <p><a href="politica.html">Política de Privacidad</a></p>

</body>

</html>