update 500 page
This commit is contained in:
parent
f6592147dd
commit
ed6fdc732e
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>We will be back in a moment</title>
|
||||
<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);
|
||||
background: rgb(32, 32, 32);
|
||||
color: rgb(224, 224, 224);
|
||||
}
|
||||
</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>
|
||||
<div style="padding-top: 16px">We will be back in a moment.</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue