pandora/static/50x.html
2011-10-02 17:40:48 +02:00

21 lines
427 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
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 class="OxThemeModern">
<img src="/static/png/logo256.png">
<div style="padding-top: 8px">
We'll be back in a minute.
</div>
</body>