19 lines
610 B
HTML
19 lines
610 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;
|
|
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"/>
|
|
<div style="padding-top: 16px">We will be back in a moment</div>
|
|
</body>
|
|
</html>
|