-
Notifications
You must be signed in to change notification settings - Fork 154
/
404.html
27 lines (24 loc) · 1.04 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content="Koalas to the Max, a site made with love by Vadim Ogievetsky for Annie Albagli">
<meta name="keywords" content="Koalas Max Vadim Ogievetsky Annie Albagli D3 Canvas SVG Koala Maximization">
<link rel="stylesheet" media="screen, print" href="koala.css"/>
<title>Koala Not Found</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17409200-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 class="not-found"><a href="http://koalastothemax.com">Koala</a> not found</div>
<script src="//comebackhome.org/js/comebackhome.bundle.min.js"></script>
</body>
</html>