2013-08-02 10:21:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-08-04 12:17:37 +00:00
|
|
|
<title>We couldn't find what you're looking for.</title>
|
2013-08-02 10:21:25 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
text-align: center;
|
2013-08-04 12:17:37 +00:00
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 256px;
|
|
|
|
padding-top: 128px;
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
padding-top: 16px;
|
2013-08-02 10:21:25 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2013-08-04 12:17:37 +00:00
|
|
|
<body class="OxThemeOxmedium">
|
|
|
|
<img src="/static/png/logo.png"/>
|
|
|
|
<div class="OxSelectable">We couldn't find what you're looking for.</div>
|
2013-08-02 10:21:25 +00:00
|
|
|
</body>
|
|
|
|
</html>
|