0
1
Fork 0
hedera-web-mindshore/package/usr/share/hedera-web/unavailable.html

37 lines
704 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<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">
div
{
position: absolute;
width: 600px;
margin-top: -80px;
margin-left: -300px;
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>