pandora/static/html/404.html

24 lines
644 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>We couldn't find what you're looking for.</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/min/UI/css/UI.css"/>
<style>
body {
text-align: center;
}
img {
width: 256px;
padding-top: 128px;
}
div {
padding-top: 16px;
}
</style>
</head>
<body class="OxThemeOxmedium">
<img src="/static/png/logo.png"/>
<div class="OxSelectable">We couldn't find what you're looking for.</div>
</body>
</html>