site specific fail page

This commit is contained in:
j 2011-10-02 17:40:48 +02:00
parent 351386df82
commit 0801b4efa0

View file

@ -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>