forked from 0x2620/pandora
site specific fail page
This commit is contained in:
parent
351386df82
commit
0801b4efa0
1 changed files with 8 additions and 5 deletions
|
@ -5,14 +5,17 @@
|
||||||
body {
|
body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 96px;
|
padding-top: 96px;
|
||||||
|
background: #101010;
|
||||||
|
color: #F0F0F0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
||||||
|
<title>We'll be back in a minute</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="OxThemeModern">
|
||||||
<img src="http://pan.do/png/pandora.256.png">
|
<img src="/static/png/logo256.png">
|
||||||
<p>
|
<div style="padding-top: 8px">
|
||||||
We'll be back in a minute.
|
We'll be back in a minute.
|
||||||
</p>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue