18 lines
592 B
HTML
18 lines
592 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>We will be back in a moment</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
|
<style>
|
|
body {
|
|
text-align: center;
|
|
background: rgb(32, 32, 32);
|
|
color: rgb(224, 224, 224);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="OxThemeModern">
|
|
<img src="/static/png/logo.png" style="width: 320px; padding-top: 160px"/>
|
|
<div style="padding-top: 16px">We will be back in a moment.</div>
|
|
</body>
|
|
</html>
|