-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
68 lines (58 loc) · 2.62 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> 404 Page not found · NEJS CONF 2017 </title>
<link rel="stylesheet" href="https://2017.nejsconf.com/css/site-682fcc2740.css" />
<meta property="og:title" content="NEJS CONF 2017" />
<meta property="og:type" content="website" />
<meta property="og:description" content="NEJS Conf is a single day, single track conference dedicated to web development and JavaScript." />
<meta property="og:image" content="https://2017.nejsconf.com/images/og.png" />
<script>
;(function( d ) {
var config = {
kitId: 'ppn2vqj',
scriptTimeout: 3000
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='//use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})( document );
</script>
</head>
<body class="page">
<a anchor="top"></a>
<section class="header">
<div class="container">
<a href="https://2017.nejsconf.com/" class="site box">
<h2>NEJS Conf</h2>
<h3>2017</h3>
</a>
</div>
</section>
<section class="copy">
<div class="container" style="text-align: center;">
<h1 class="title">404 Page not found</h1>
<img src="https://2017.nejsconf.com/images/404.jpg" alt="I have no memory of this place..." style="max-width: 100%; margin-bottom: 2em;" />
<h4><a href="https://2017.nejsconf.com/">Fly, you fools!</a></h4>
</div>
</section>
<section class="cta">
<div class="container">
</div>
</section>
<section class="footer">
<div class="container">
<a href="/">Home</a> / <a href="#top">↑ Top</a>
<span class="pull-right">2017 Nebraska JavaScript LLC</span>
</div>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-33622676-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>