-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path404.html
More file actions
57 lines (57 loc) · 2.23 KB
/
404.html
File metadata and controls
57 lines (57 loc) · 2.23 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Merb | 404 - Not Found</title>
<meta content='text/html;charset=UTF-8' http-equiv='content-type' />
<meta content='A light and powerful Ruby MVC web framework' name='description' />
<meta content='ruby, web, framework, mvc, fast, performance, scales, uploads' name='keywords' />
<meta content='true' name='mssmarttagspreventparsing' />
<meta content='all' name='robots' />
<meta content='text/html;charset=utf-8' http-equiv='content-type' />
<meta content='no' http-equiv='msthemecompatible' />
<meta content='false' http-equiv='imagetoolbar' />
<link href="/stylesheets/merb.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='header'>
<div class='wrap_to_center'>
<div id='logo'>
<img alt='Merb' src='/img/header_logo.png' />
</div>
<ul id='nav'>
<li><a href="index.html" >Home</a></li>
<!-- <li><a href="blog.html" >Blog</a></li> -->
<li><a href="why_merb.html" >Why Merb?</a></li>
<li><a href="features.html" >Features</a></li>
<li><a href="contribute.html" >Contribute</a></li>
<!-- <li><a href="documentation.html" >Docs</a></li> -->
<li><a href="http://wiki.github.com/merb/merb" >Wiki</a></li>
<li class='last'><a href="get_merb.html" >Get Merb</a></li>
</ul>
</div>
</div>
<div id='content'>
<div class='wrap_to_center'>
<h1 class='home'>Page Not Found</h1>
<div id='icons_top'>
<div id='icons_bottom'>
<dl style="text"></dl>
<dl style="text">
<dt></dt>
</dl>
<dl style="text"></dl>
</div>
</div>
<div id='content_top'>
</div>
</div>
<div id='footer'>
<div class='wrap_to_center'>
<p>
© 2008 Merb is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
</p>
</div>
</div>
</div>
</body>
</html>