hedera-web/web/unavailable.html

40 lines
641 B
HTML
Executable File

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>No disponible - Verdnatura</title>
<style type="text/css">
body
{
font-size: 16pt;
}
div
{
position: absolute;
width: 36em;
margin-top: -7em;
margin-left: -18em;
top: 50%;
left: 50%;
text-align: center;
}
div a
{
color: #444;
}
</style>
</head>
<body>
<div>
<h2>
Estamos teniendo problemas; por favor,
espera unos minutos e int&eacute;ntalo de nuevo.
</h2>
<a href="index.php">
Intentarlo de nuevo
</a>
</div>
</body>
</html>