forked from leftypol/leftypol
Change 404 page
This commit is contained in:
parent
1864530b56
commit
52cd74a01d
2 changed files with 21 additions and 34 deletions
21
404.html
Normal file
21
404.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>404 - Page Not Found</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #1E1E1E;
|
||||
color: #999999;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<h1>Page not found</h1>
|
||||
<img style="width:750px;height:420px" src="/static/404.webp"/>
|
||||
<br/>
|
||||
<p>It may have been pruned, moved, merged, removed, or never existed.</p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue