update 404/50x html

This commit is contained in:
rolux 2013-08-04 12:17:37 +00:00
parent d0ab48cdbc
commit 0877250b54
2 changed files with 21 additions and 11 deletions

View file

@ -1,18 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>File not found.</title> <title>We couldn't find what you're looking for.</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/> <link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style> <style>
body { body {
text-align: center; text-align: center;
background: rgb(32, 32, 32); }
color: rgb(224, 224, 224); img {
width: 256px;
padding-top: 128px;
}
div {
padding-top: 16px;
} }
</style> </style>
</head> </head>
<body class="OxThemeModern"> <body class="OxThemeOxmedium">
<img src="/static/png/logo.png" style="width: 256px; padding-top: 128px"/> <img src="/static/png/logo.png"/>
<div style="padding-top: 16px">File not found.</div> <div class="OxSelectable">We couldn't find what you're looking for.</div>
</body> </body>
</html> </html>

View file

@ -6,13 +6,18 @@
<style> <style>
body { body {
text-align: center; text-align: center;
background: rgb(32, 32, 32); }
color: rgb(224, 224, 224); img {
width: 256px;
padding-top: 128px;
}
div {
padding-top: 16px;
} }
</style> </style>
</head> </head>
<body class="OxThemeModern"> <body class="OxThemeOxmedium">
<img src="/static/png/logo.png" style="width: 256px; padding-top: 128px"/> <img src="/static/png/logo.png"/>
<div style="padding-top: 16px">We will be back in a moment.</div> <div class="OxSelectable">We will be back in a moment.</div>
</body> </body>
</html> </html>