hedera-web/web/unavailable.html

45 lines
725 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>Not available - Verdnatura</title>
<style type="text/css">
body
{
font-size: 16pt;
font-family: Sans;
}
div
{
position: absolute;
width: 32em;
margin-top: -7em;
2015-03-15 12:44:57 +00:00
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>
2016-07-22 20:00:27 +00:00
<a href="javascript: location.reload (true)">
Try it again
</a>
</div>
</body>
</html>