2011-04-05 10:49:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2011-11-02 08:27:22 +00:00
|
|
|
<head>
|
2012-04-23 10:34:20 +00:00
|
|
|
<title>We will be back in a moment.</title>
|
2011-11-02 08:27:22 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
text-align: center;
|
2013-08-04 12:17:37 +00:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 256px;
|
|
|
|
padding-top: 128px;
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
padding-top: 16px;
|
2011-11-02 08:27:22 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2013-08-04 12:17:37 +00:00
|
|
|
<body class="OxThemeOxmedium">
|
|
|
|
<img src="/static/png/logo.png"/>
|
|
|
|
<div class="OxSelectable">We will be back in a moment.</div>
|
2011-11-02 08:27:22 +00:00
|
|
|
</body>
|
|
|
|
</html>
|