2011-04-05 10:49:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
text-align: center;
|
2011-10-03 18:10:53 +00:00
|
|
|
padding-top: 128px;
|
2011-10-02 15:40:48 +00:00
|
|
|
background: #101010;
|
|
|
|
color: #F0F0F0;
|
2011-04-05 10:49:03 +00:00
|
|
|
}
|
|
|
|
</style>
|
2011-10-02 15:40:48 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
2011-10-03 18:10:53 +00:00
|
|
|
<title>We will be back in a minute</title>
|
2011-04-05 10:49:03 +00:00
|
|
|
</head>
|
2011-10-02 15:40:48 +00:00
|
|
|
<body class="OxThemeModern">
|
2011-10-03 18:10:53 +00:00
|
|
|
<img src="/static/png/logo256.png" style="width: 256px"/>
|
|
|
|
<div style="padding-top: 16px">
|
|
|
|
We will be back in a minute.
|
2011-10-02 15:40:48 +00:00
|
|
|
</div>
|
2011-04-05 10:49:03 +00:00
|
|
|
</body>
|
|
|
|
|