pandora/static/html/404.html
2013-08-02 10:21:25 +00:00

19 lines
567 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>File not found.</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style>
body {
text-align: center;
background: rgb(32, 32, 32);
color: rgb(224, 224, 224);
}
</style>
</head>
<body class="OxThemeModern">
<img src="/static/png/logo.png" style="width: 256px; padding-top: 128px"/>
<div style="padding-top: 16px">File not found.</div>
</body>
</html>