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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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"/>
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 128px;
|
padding-top: 128px;
|
||||||
background: rgb(16, 16, 16);
|
background: rgb(32, 32, 32);
|
||||||
color: rgb(240, 240, 240);
|
color: rgb(224, 224, 224);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="OxThemeModern">
|
<body class="OxThemeModern">
|
||||||
<img src="/static/png/logo256.png" style="width: 256px"/>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue