-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path404.html
More file actions
88 lines (73 loc) · 2.48 KB
/
404.html
File metadata and controls
88 lines (73 loc) · 2.48 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Zeta Components - reusable set of high quality PHP components to fasten your development." />
<meta name="keywords" content="PHP, apache, components, framework, quality" />
<meta name="author" content="Kore Nordmann" />
<meta name="language" content="en" />
<meta name="date" content="Tue, 03 Aug 2010 10:23:50 +0200" />
<meta name="robots" content="all" />
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<meta name="DC.title" content="404" />
<meta name="DC.creator" content="Kore Nordmann" />
<meta name="DC.date" content="Tue, 03 Aug 2010 10:23:50 +0200" />
<meta name="DC.rights" content="Copyright" />
<link rel="meta" href="/404.rdf" />
<link rel="icon" href="/images/favicon.png" type="image/png" />
<link rel="Stylesheet" type="text/css" href="/styles/screen.css" media="screen" />
<link rel="Stylesheet" type="text/css" href="/styles/print.css" media="print" />
<script type="text/javascript">
<!--
// Temporary Quick-and-dirty fix for broken links
(function() {
var url = location.href;
if (url.indexOf("/zetacomponents/") == 0) {
location.replace(url.replace(/^\/zetacomponents\//, '/'));
}
})();
-->
</script>
<title>Zeta Components - high quality PHP components</title>
</head>
<body>
<div id="wcv">
<h1>
<a id="header-png" href="" title="Zeta Components - high quality PHP components">
Zeta Components - high quality PHP components
</a>
</h1>
<ul class="navigation">
<li >
<a href="/news.html" title="About">About</a>
</li>
<li >
<a href="/community/index.html" title="Community">Community</a>
</li>
<li >
<a href="/documentation/overview.html" title="Documentation">Documentation</a>
</li>
<li >
<a href="/download/index.html" title="Download">Download</a>
</li>
<li >
<a href="/support.html" title="Support">Support</a>
</li>
</ul>
<div class="content">
<h2>Site note found</h2><p>The site you tried to access does not exist (any more). We are sorry for this. Please try to relocate the requested site using the site navigation.</p><!--Local Variables:
mode: rst
fill-column: 79
End:
vim: et syn=rst tw=79-->
</div>
<div class="footer">
</div>
</div>
</body>
</html>