-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
39 lines (36 loc) · 960 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Page not found @ www.ozonide.org</title>
<style>
body {
font: Verdana, sans-serif;
}
h1 {
}
p {
}
</style>
</head>
<body>
<div>
<h1>Page not found</h1>
<p>
You have reached an address at the
<a href="http://www.ozonide.org/">Ozonide website</a>
that does not exist.
</p>
<p>
Please report the broken link that brought you here to the owner
of the site that contained it. If a link from another page at this
domain brought you here, please report it at the
<a href="https://github.com/ozonide/ozonide.github.com/issues">
site repository at github</a>.
</p>
<p>
If you are looking for information about the Ozonide graph database,
there is a <a href="/articles/">archive of articles</a>.
</p>
</div>
</body>
</html>