forked from emberjs/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
132 lines (114 loc) · 4.58 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ember.js - 404 - Not found</title>
<meta property="st:title" content="Ember.js - 404 - Not found" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="images/favicon.png" rel="icon" type="image/png" />
<!--[if lte IE 7 ]><link href="/stylesheets/fonts/fontello-ie7.css" rel="stylesheet" /><![endif]-->
<link href="/stylesheets/application.css" rel="stylesheet" />
<!-- This TypeKit account is managed by @wifelette. Contact her with any issues. -->
<script src="https://use.typekit.net/stz3kpn.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link href="/blog/feed.xml" rel="alternate" type="application/atom+xml" title="Ember.js - Blog" />
</head>
<body class="x404">
<!--[if lt IE 9]>
<script type="text/javascript" src="/javascripts/common-old-ie.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="/javascripts/common-modern.js"></script>
<!--<![endif]-->
<header class="header">
<nav role="navigation" aria-label="main">
<ul class="header-nav container">
<li class="header-logo">
<a href="http://emberjs.com/"><span class="visually-hidden">Ember homepage</span></a>
</li>
<li>
<a href="http://emberjs.com/">About</a>
</li>
<li class="active" aria-label="You are here">
<a href="/">Guides</a>
</li>
<li>
<a href="http://emberjs.com/api">API</a>
</li>
<li>
<a href="http://emberjs.com/community">Community</a>
</li>
<li>
<a href="http://emberjs.com/blog">Blog</a>
</li>
<li>
<a href="http://emberjs.com/builds">Builds</a>
</li>
<li class="header-search">
<form>
<input type="text" id="st-search-input" class="st-search-input" placeholder="Search the guides"/>
</form>
<div id="st-results-container"></div>
</li>
</ul>
</nav>
</header>
<main class="container">
<article class="x404">
<img src="http://emberjs.com/images/tomsters/fishy.png" title="ACK! 404 FRIEND, YOU'RE IN THE WRONG PLACE">
<h1 class="whoops">Ack! 404 friend, you're in the wrong place</h1>
<p>
This page wasn't found. If you were looking for documentation, please try
the <a href="/guides">Guides</a> section of the site. If you expected
something else to be here, please <a href="https://github.com/emberjs/website/issues">file a ticket</a>.
</p>
</article>
</main>
<div class="footer">
<div class="container">
<div class="footer-info">
Copyright 2016
<a href="http://tilde.io">Tilde Inc.</a>
<br>
<a href="http://emberjs.com/team">Core Team</a> |
<a href="http://emberjs.com/sponsors">Sponsors</a>
<br>
<a href="http://emberjs.com/security">Security</a> |
<a href="http://emberjs.com/legal">Legal</a> |
<a href="http://emberjs.com/logos">Logos</a>
<br>
<a href="http://emberjs.com/guidelines">Community Guidelines</a>
</div>
<div class="footer-statement">
Ember.js is free, open source and always will be.
</div>
<div class="footer-social">
<a href="http://twitter.com/emberjs"
title="Twitter">
<i class="icon-twitter"></i>
</a>
<a href="https://github.com/emberjs/ember.js"
title="GitHub">
<i class="icon-github"></i>
</a>
<a href="https://plus.google.com/communities/106387049790387471205"
title="Google+">
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-27675533-1']);
_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>
</body>
</html>