first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user