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 {
|
||||
text-align: center;
|
||||
padding-top: 96px;
|
||||
background: #101010;
|
||||
color: #F0F0F0;
|
||||
}
|
||||
</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>
|
||||
<body>
|
||||
<img src="http://pan.do/png/pandora.256.png">
|
||||
<p>
|
||||
<body class="OxThemeModern">
|
||||
<img src="/static/png/logo256.png">
|
||||
<div style="padding-top: 8px">
|
||||
We'll be back in a minute.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue