elsewhere
Version:
A node project that aims to replicate the functionality of the Google Social Graph API
188 lines (129 loc) • 4.76 kB
HTML
<!--
_____ __ ___ __
| \| |~-.~-~.-.-~-~.-~-~-~-~.-~-.-.' _| |.-~.~-.
| | | | _ | _| | _ | _| || | |
|_____/|__|__|___._|__| |__|__|__|___._|__| |__||___ |
|_____|
dharmafly.com
-->
<!--[if IE 9]><html class="ie" lang="en"><![endif]-->
<!--[if lt IE 9 ]> <html class="ie ltIE9" lang="en"> <![endif]-->
<!--[if !IE ]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="">
<title>404 : Elsewhere</title>
<script>
var satya = satya || {};
satya.isIPad = navigator.userAgent.match(/iPad/i) != null;
if(document.getElementsByName && !satya.isIPad){
document.getElementsByName('viewport')[0]
.setAttribute('content','width=device-width,initial-scale=0.75,user-scalable=no,maximum-scale=0.75');
}
</script>
<!--[if lt IE 9]><script src="/javascript/html5shiv.js"></script><![endif]-->
<script type="text/javascript">
var WebFontConfig = {
custom: {
families: [
'Open+Sans:400,600:latin',
'Zeyada::latin',
'Ubuntu+Mono::latin'
],
urls: [
'/css/fonts/seagrass.css'
]
}
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<link href="/css/seagrass.css?v3" rel="stylesheet">
<link rel="shortcut icon" sizes="16x16" type="image/vnd.microsoft.icon" href="/img/seagrass-favicon.ico">
<link rel="apple-touch-icon" href="/img/seagrass-apple-touch-icon.png">
</head>
<body class="absolute loading">
<header>
<h1 class="title">
<a href="/">
Elsewhere
</a>
</h1>
</header>
<nav id="navigation">
<ul>
<li class="show-subnav"><a href="#subnav" class="icon">Go to navigation for this page</a></li>
<li>
<a href="/">
Overview
</a>
</li>
<li>
<a href="/reference/">
Reference
</a>
</li>
</ul>
</nav>
<section class="content">
<section>
<h2>Page not Found</h2>
<p>The page requested could not be found within Elsewhere</p>
</section>
<aside class="icons">
<ul>
<li class="github"><a href="https://github.com/dharmafly/elsewhere" title="Elsewhere on Github">Elsewhere on Github</a></li>
<li class="twitter"><a href="https://twitter.com/dharmafly" title="Dharmafly on Twitter">
Dharmafly on Twitter</a></li>
<li class="code-javascript" title="This is a JavaScript project"><span>This is a JavaScript project</span></li>
</ul>
</aside>
</section>
<footer>
<div>
<p>
<em>by</em> <a href="http://dharmafly.com">Dharmafly</a>
</p>
</div>
</footer>
<script>
satya.narrowScreen = window.screen.width < 480;
satya.isltIE10 = false;
satya.relative_path = '/';
satya.noConflict = 'true' === 'true' || false;
</script>
<!--[if lt IE 10]>
<script>
satya.isltIE10 = true;
</script>
<![endif]-->
<!--[if IE 9]>
<script src="/javascript/IEshims.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/javascript/jquery-1.8.1.min.js"><\/script>')</script>
<script src="/javascript/main.js"></script>
<script src="/javascript/hijs.js"></script>
<script src="/javascript/demo.js?v2"></script>
<script src="https://github.com/downloads/dharmafly/pablo/pablo.min.js"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34978047-3']);
_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>