-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path404.html
37 lines (33 loc) · 1.23 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
<!DOCTYPE HTML>
<html>
<head>
<title>Not Found | Activity Streams</title>
<script type="text/javascript" src="http://use.typekit.com/mcr1zct.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8565377-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>
<link rel="stylesheet" href="https://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/screen.css" />
<link rel="stylesheet" href="/css/style.css" />
</head>
<body class="">
<header id="header">
<h1><a href="/">Activity Streams</a></h1>
</header>
<div id="content">
<h2>Not Found</h2>
<p>
The page you're looking for can't be found. We've been moving things
around a bit, so you may try <a href="/">going home</a> and navigating
from there.
</p>
</div>
</body>
</html>