move error pages, fixes #557
This commit is contained in:
parent
4790dd293d
commit
75b95b5549
3 changed files with 3 additions and 4 deletions
1
static/html/404.html
Normal file
1
static/html/404.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
File not found
|
||||
18
static/html/50x.html
Normal file
18
static/html/50x.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>We will be back in a moment</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/logo256.png" style="width: 320px; padding-top: 160px"/>
|
||||
<div style="padding-top: 16px">We will be back in a moment.</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue