html
<!DOCTYPE html><html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sitio en Mantenimiento</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; background-color: #f4f4f4; }
h1 { color: #333; }
p { color: #666; font-size: 1.2em; }
.container { background: white; padding: 40px; border-radius: 8px; display: inline-block; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
</style>
</head>
<body>
<div class="container">
<h1>ˇEstamos trabajando en el sitio!</h1>
<p>Disculpa las molestias. Volveremos a estar en línea muy pronto.</p>
</div>
</body>
</html>