13 lines
370 B
HTML
13 lines
370 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>En mantenimiento</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<h1>En estos momentos estamos realizando tareas de mantenimiento programadas</h1>
|
|
<p>Vuelve <span id="when-to-check-back">en unos minutos</span>.</p>
|
|
<p id="apology">Sentimos las molestias</p>
|
|
</body>
|
|
</html>
|