0
1
Fork 0
hedera-web-mindshore/web/unavailable.html

40 lines
641 B
HTML
Raw Normal View History

2015-08-17 18:02:14 +00:00
<!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;
2015-03-15 12:44:57 +00:00
width: 36em;
margin-top: -7em;
2015-03-15 12:44:57 +00:00
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>