user ids for users

This commit is contained in:
j 2011-10-03 18:10:53 +00:00
commit 4559fd167a
6 changed files with 33 additions and 23 deletions

View file

@ -4,18 +4,18 @@
<style>
body {
text-align: center;
padding-top: 96px;
padding-top: 128px;
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>
<title>We will 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.
<img src="/static/png/logo256.png" style="width: 256px"/>
<div style="padding-top: 16px">
We will be back in a minute.
</div>
</body>