forked from rails/weblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (44 loc) · 2.34 KB
/
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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ruby on Rails: Not Found</title>
<meta charset="utf-8">
<meta name="viewport" content="width=800">
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://feeds.feedburner.com/RidingRails">
<link href="/styles.css" type="text/css" media="screen" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1959218-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="navigation" class="nav"><nav>
<a href="http://rubyonrails.org/">Overview</a> |
<a href="http://rubyonrails.org/download/">Download</a> |
<a href="http://rubyonrails.org/deploy/">Deploy</a> |
<a href="https://github.com/rails/rails/issues">Bugs/Patches</a> |
<a href="http://rubyonrails.org/screencasts/">Screencasts</a> |
<a href="http://rubyonrails.org/documentation/">Documentation</a> |
<a href="http://rubyonrails.org/ecosystem/">Ecosystem</a> |
<a href="http://rubyonrails.org/community/">Community</a> |
<a href="/">Blog</a>
</nav></div>
<div id="missing" class="section"><section>
<h1>
<img src="/images/header.gif" width="603" height="112" alt="Web development that doesn’t hurt">
</h1>
<p>Sorry! We couldn’t find what you were looking for.</p>
</section></div>
<div id="footer" class="footer"><footer>
<p>“Rails”, “Ruby on Rails”, and the Rails logo are registered trademarks of David Heinemeier Hansson. All rights reserved.</p>
<p>Rails is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. Ruby under the <a href="http://www.ruby-lang.org/en/LICENSE.txt">Ruby License</a>.</p>
<p id="sponsored_by"><span>Sponsored by</span> <a href="http://www.basecamp.com/" title="Basecamp: Project management app"><img src="/images/basecamp.png" width="100" height="24" alt="Basecamp logo"></a>
</footer></div>
</body>
</html>