forked from deltachat/deltachat-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
42 lines (31 loc) · 718 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>Page not found - Delta Chat</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!-- as the error file may be deployed from any directory, make sure to use absolute paths everywhere -->
<link rel="stylesheet" href="/assets/css/base.css" type="text/css" />
</head>
<body id="top">
<div id="menu">
<ul>
<li></li>
</ul>
</div>
<div id="content">
<h1>Error 404 - page not found</h1>
<p>
Sorry, the requested pages does not or no longer exist.
</p>
<p>
<a href="https://delta.chat">Back to the home page</a>
</p>
</div>
<div id="footer">
<p>
© 2017 Delta Chat contributors
</p>
</div>
</body>
</html>