forked from 0x2620/pandora
update 404 template
This commit is contained in:
parent
c6a0139e1f
commit
7284b36eb0
1 changed files with 18 additions and 1 deletions
|
@ -1 +1,18 @@
|
|||
File not found
|
||||
<!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>
|
||||
|
|
Loading…
Reference in a new issue