pandora/static/html/404.html

24 lines
644 B
HTML
Raw Normal View History

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>
2014-09-26 14:54:20 +00:00
<link rel="stylesheet" type="text/css" href="/static/oxjs/min/UI/css/UI.css"/>
2013-08-02 10:21:25 +00:00
<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>