-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
121 lines (76 loc) · 3.06 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta property="og:title" content=" 404 Page not found · Klaus Alexander Seistrup" />
<meta property="og:site_name" content="Klaus Alexander Seistrup" />
<meta property="og:url" content="https://kseistrup.github.io/404/" />
<meta property="og:type" content="website" />
<title>
404 Page not found · Klaus Alexander Seistrup
</title>
<link rel="stylesheet" href="https://kseistrup.github.io/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://kseistrup.github.io/css/main.css" />
<link rel="stylesheet" href="https://kseistrup.github.io/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://kseistrup.github.io/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="https://kseistrup.github.io/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://kseistrup.github.io/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="https://kseistrup.github.io/">Klaus Alexander Seistrup</a></h1>
<div class="tag-line">
Europe/Copenhagen (UTC+2)
</div>
<div class="sns-links hidden-print">
<a href="https://about.me/kseistrup">
<i class="fa fa-envelope"></i>
</a>
<a href="https://github.com/kseistrup" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://keybase.io/kseistrup" target="_blank">
<i class="fa fa-key"></i>
</a>
</div>
<a href="https://kseistrup.github.io/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Home
</a>
<a href="https://kseistrup.github.io/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
Subscribe
</a>
</section>
</header>
<main class="container">
<section class="row not-found">
<h1 class="col-md-4 col-md-offset-4">404</h1>
<div class="col-md-4 col-md-offset-4">Page not found</div>
</section>
</main>
<footer class="container global-footer">
<div class="copyright-note pull-left">
© 2015 Klaus Alexander Seistrup
</div>
<div class="sns-links hidden-print">
<a href="https://about.me/kseistrup">
<i class="fa fa-envelope"></i>
</a>
<a href="https://github.com/kseistrup" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://keybase.io/kseistrup" target="_blank">
<i class="fa fa-key"></i>
</a>
</div>
</footer>
<script src="https://kseistrup.github.io/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>