forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
90 lines (58 loc) · 2.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
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
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not found – Florian Simon – ...but it works on my machine...</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="...but it works on my machine...">
<meta property="og:description" content="...but it works on my machine..." />
<meta name="author" content="Florian Simon" />
<meta property="og:title" content="404 - Page not found" />
<meta property="twitter:title" content="404 - Page not found" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="Florian Simon - ...but it works on my machine..." href="/feed.xml" />
<!-- Created with Jekyll Now - https://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="https://raw.githubusercontent.com/vermluh/vermluh.github.io/master/images/avatar.png" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">Florian Simon</a></h1>
<p class="site-description">...but it works on my machine...</p>
</div>
<nav>
<a href="/">Blog</a>
<a href="/about">About</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<article class="page">
<h1>404 - Page not found</h1>
<div class="entry">
<p>Sorry, we can’t find that page that you’re looking for. You can try again by going <a href="/">back to the homepage</a>.</p>
<p><a href="/"><img src="/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;" /></a></p>
</div>
</article>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="https://github.com/vermluh"><i class="svg-icon github"></i></a>
<a href="/feed.xml"><i class="svg-icon rss"></i></a>
<a href="https://www.twitter.com/vermluh"><i class="svg-icon twitter"></i></a>
<a href="http://stackoverflow.com/users/4090677/verm-luh"><i class="svg-icon stackoverflow"></i></a>
<a href="https://plus.google.com/u/0/116839642561914616599"><i class="svg-icon googleplus"></i></a>
</footer>
</div>
</div>
</body>
</html>