File: /var/www/html/xfacil.desafio.com.py/public-vacio/index-mantenimiento.php
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>En mantenimiento</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<div class="container">
<h1>En mantenimiento</h1>
<p>Disculpe las molestias, estamos realizando labores de mantenimiento en este momento. Por favor, vuelva a intentarlo más tarde.</p>
</div>
</body>
</html>