2011-04-05 10:49:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2011-11-02 08:27:22 +00:00
|
|
|
<head>
|
2011-11-11 12:28: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;
|
|
|
|
padding-top: 128px;
|
|
|
|
background: rgb(16, 16, 16);
|
|
|
|
color: rgb(240, 240, 240);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="OxThemeModern">
|
|
|
|
<img src="/static/png/logo256.png" style="width: 256px"/>
|
2011-11-11 12:28:20 +00:00
|
|
|
<div style="padding-top: 16px">We will be back in a moment</div>
|
2011-11-02 08:27:22 +00:00
|
|
|
</body>
|
|
|
|
</html>
|