-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
44 lines (39 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Interactive tutorials</title>
<meta content='text/html;charset=utf-8' http-equiv='Content-Type'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<link href='/assets/stylesheets/application-6b3bc090da02eb5ce70f3447853bb07b.css' type='text/css' rel='stylesheet' media='all'>
<link href='//fonts.googleapis.com/css?family=Nunito:300' type='text/css' rel='stylesheet' media='all'>
<style>
body {
font-family: 'Nunito', sans-serif;
font-weight: 300;
font-size:15px;
color: #424242;
}
</style>
<script type="text/javascript">
window.heap=window.heap||[];heap.load=function(a){window._heapid=a;var b=document.createElement("script");b.type="text/javascript",b.async=!0,b.src=("https:"===document.location.protocol?"https:":"http:")+"//cdn.heapanalytics.com/js/heap.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c);var d=function(a){return function(){heap.push([a].concat(Array.prototype.slice.call(arguments,0)))}},e=["identify","track"];for(var f=0;f<e.length;f++)heap[e[f]]=d(e[f])};
heap.load("2137120696");
</script>
</head>
<body class='landing'>
<h1 style='text-align:center; position:absolute; top:40%; right:0; left:0'>
This page does not exist!
</h1>
</body>
<script>
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(100689753);
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//static.getclicky.com/js';
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
})();
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100689753ns.gif" /></p></noscript>
</html>