Files
turnosxpress/working-web/index.html
T
2026-07-16 20:48:43 -03:00

21 lines
804 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TurnosXpress - Estamos trabajando</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="styles/globals.css" />
</head>
<body>
<img src="images/tx-logo-text.svg" alt="TurnosXpress.com.ar" />
<div class="card card-working">
<h2 style="color: var(--wine-red)">Estamos trabajando...</h2>
<p>
En estos momentos estamos llevando a cabo tareas de mantenimiento. El servicio
estará nuevamente disponible a la brevedad. Agradecemos su comprensión.
</p>
</div>
</body>
</html>