forked from 0x2620/pandora
slight layout change on 500 page, fixes #180
This commit is contained in:
parent
9e8924683c
commit
6b5cc45728
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!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 {
|
||||
|
@ -12,7 +12,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body class="OxThemeModern">
|
||||
<img src="/static/png/logo.png" style="width: 320px; padding-top: 160px"/>
|
||||
<img src="/static/png/logo.png" style="width: 256px; padding-top: 128px"/>
|
||||
<div style="padding-top: 16px">We will be back in a moment.</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue