forked from verdnatura/hedera-web
45 lines
725 B
HTML
45 lines
725 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>Not available - Verdnatura</title>
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
font-size: 16pt;
|
|
font-family: Sans;
|
|
}
|
|
div
|
|
{
|
|
position: absolute;
|
|
width: 32em;
|
|
margin-top: -7em;
|
|
margin-left: -18em;
|
|
top: 50%;
|
|
left: 50%;
|
|
text-align: center;
|
|
}
|
|
div h2
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
div a
|
|
{
|
|
color: #2962FF;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h2>
|
|
We are having problems; Please wait a few minutes and try again.
|
|
</h2>
|
|
<a href="javascript: location.reload (true)">
|
|
Try it again
|
|
</a>
|
|
</div>
|
|
</body>
|
|
</html>
|