forked from verdnatura/hedera-web
37 lines
704 B
HTML
Executable File
37 lines
704 B
HTML
Executable File
<!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éntalo de nuevo.
|
|
</h2>
|
|
<a href="index.php">
|
|
Intentarlo de nuevo
|
|
</a>
|
|
</div>
|
|
</body>
|
|
</html>
|