-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.en.html
44 lines (39 loc) · 1.79 KB
/
404.en.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
43
44
<!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">
<head>
<title>Web:Extend PHP framework</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<link rel="stylesheet" type="text/css" media="screen" href="/pub/blueprint-css/blueprint/screen.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="/pub/blueprint-css/blueprint/plugins/buttons/screen.css"/>
<link rel="stylesheet" type="text/css" media="all" href="/pub/all.css"/>
<link rel="shortcut icon" href="/favicon.ico"/>
</head>
<body>
<div class="container">
<div id="header" class="span-24 last">
<a href="/"><img id="logo" src="/pub/logo-framework-p.jpg" alt="Web:Extend PHP framework"/></a>
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="/documentation">Documentation</a></li>
<li><a href="http://github.com/essen/wee">Source</a></li>
<li><a href="http://github.com/essen/wee/downloads">Download</a></li>
<li><a href="http://github.com/essen/wee/issues">Issue tracker</a></li>
<li><a href="http://blog.extend.ws">Blog</a></li>
<li><a href="http://groups.google.com/group/wee-users">Mailing lists</a></li>
</ul>
</div>
<div id="main" class="span-24 last">
<h2>Not found</h2>
<div class="span-14 prepend-5 append-5 last">
<p>Oops! The page you were looking for no longer exists.</p>
<p>If you think this is an error, please <a href="mailto:[email protected]">send us an email</a>.</p>
<p>You'll probably find what you were looking for directly on the <a href="/">home page</a>.</p>
</div>
</div>
<div id="footer" class="span-24 last">
<hr/>
Copyright © 2006-2010 <a href="http://dev-extend.eu">Dev:Extend</a>. All rights reserved.
</div>
</div>
</body>
</html>