-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
125 lines (101 loc) · 4.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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jonathan Weisberg's Homepage">
<meta name="author" content="Jonathan Weisberg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@jweisber">
<meta name="twitter:creator" content="@jweisber">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="portrait.png">
<meta property="og:url" content="/404/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:image" content="portrait.png" />
<title>404 Page not found</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/prism.css" rel="stylesheet" />
<link href="/css/scarab.css" rel="stylesheet">
<link href="http://jonathanweisberg.org/404.html/index.xml" rel="alternate" type="application/rss+xml" title="Jonathan Weisberg" />
<link href="http://jonathanweisberg.org/404.html/index.xml" rel="feed" type="application/rss+xml" title="Jonathan Weisberg" />
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://jonathanweisberg.org/">Jonathan Weisberg</a>
</div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="/pdf/CV.pdf">
<i class="fa fa-briefcase"></i>
CV
</a>
</li>
<li>
<a href="/post/">
<i class="fa fa-code"></i>
Blog
</a>
</li>
<li>
<a href="/publication/">
<i class="fa fa-files-o"></i>
Research
</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="main">
<div class="text-center">
<h2>whoops...</h2>
<h1 id="title">Error 404:</h1>
<h2>page not found</h2>
</div>
</section>
<footer style="padding-top: 1em;">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<p>
</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="/js/prism.js"></script>
<script type="text/javascript">
var sc_project= 11213692 ;
var sc_invisible= 1 ;
var sc_security="b1954803";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11213692/0/b1954803/1/" alt="web
analytics"></a></div></noscript>
</body>
</html>