-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
159 lines (80 loc) · 3.6 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!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">
<title>royvanrijn | Java, algorithms, math, science and more!</title>
<meta name="description" content="Java, algorithms, math, science and more!">
<meta name="keywords" content="royvanrijn,programming,java,blog,devoxx,conference,speaker,technology,science,math,azspcs,tips,tricks" />
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/avatar.jpg" />
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="https://royvanrijn.com/404.html">
<link rel="alternate" type="application/rss+xml" title="royvanrijn" href="https://royvanrijn.com/feed/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@royvanrijn" />
<meta name="twitter:title" content="royvanrijn" />
<meta name="twitter:description" content="Java, algorithms, math, science and more!" />
<meta name="twitter:image" content="http://www.royvanrijn.com/thumbnails/default.jpg"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1EGFKH9M9P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1EGFKH9M9P');
</script>
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected]"></script>
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">
<img src="/images/header_royvanrijn.jpg" alt="royvanrijn" width="990" height="307"/>
</a>
<nav class="site-nav">
<div class="trigger">
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 itemprop="name" class="post-title"></h1>
</header>
<article itemscope itemtype="http://schema.org/Article" class="post-content">
<a href="/" alt="Take me home...">
<img style="display: block; margin-left: auto; margin-right: auto" src="/images/404.jpg" />
</a>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<div class="footer-wrapper">
<div class="footer-wrapper-content">
<a href="https://www.linkedin.com/profile/view?id=10356027">
<span class="svg-icon linkedin">Connect on LinkedIn</span>
</a>
<a href="http://stackoverflow.com/users/442274/roy-van-rijn">
<span class="svg-icon stackoverflow">Follow me on StackOverflow</span>
</a>
<a href="https://github.com/royvanrijn">
<span class="svg-icon github">Follow me on GitHub</span>
</a>
<a href="https://twitter.com/royvanrijn">
<ispan class="svg-icon twitter">Follow me on Twitter</span>
</a>
<a href="/feed/index.xml">
<span class="svg-icon rss">Check out the RSS feed</span>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>