-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (28 loc) · 1.3 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
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>404 Page not found | Andre Kuhlenschmidt</title>
<meta property='og:title' content='404 Page not found - Andre Kuhlenschmidt'>
<meta property='og:description' content=''>
<meta property='og:url' content=''>
<meta property='og:site_name' content='Andre Kuhlenschmidt'>
<meta property='og:type' content='website'><meta property='og:image' content='https://www.gravatar.com/avatar/106021a29eb2ffaaea61d9f9fabdb191?s=256'><meta property='article:section' content=''><meta name='twitter:card' content='summary'><meta name='twitter:site' content='@'><meta name='twitter:creator' content='@'>
<link rel="stylesheet" href="/css/style.css"/><link rel='stylesheet' href='/css/custom.css'></head>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title notfound">404</h1>
<h2 class="subtitle is-4">
Page not found
</h2>
<a class="button" href="http://akuhlens.github.io">Home Page</a>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<p>© <a href="https://github.com/akuhlens">Andre Kuhlenschmidt</a> 2017</p>
</div>
</section>
</body>
</html>