<!DOCTYPE html>
<html lang="es">
<head>
 <meta charset="UTF-8">
 <meta http-equiv="X-UA-Compatible" content="IE=8; IE=EDGE">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Acceso bloqueado</title>
 <style type="text/css">
 body {
 font-family: Helvetica, Arial, sans-serif;
 color: #333;
 margin: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100vh;
 background-color: #fff;
 text-align: center;
 }
 .message {
 font-size: 1.2em;
 padding: 20px;
 }
 </style>
</head>
<body>
 <div class="message">
 Por causas ajenas a Vodafone, esta web no está disponible
 </div>
</body>
</html>
