-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
125 lines (83 loc) · 3.85 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
<!DOCTYPE html>
<html>
<head>
<title>404 - Seite nicht gefunden – veeman.github.io – Persöhnlicher Blog</title>
<!-- Begin Jekyll SEO tag v2.7.1 -->
<meta name="generator" content="Jekyll v4.2.0" />
<meta property="og:title" content="404 - Seite nicht gefunden" />
<meta name="author" content="Vitalij Mast" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Persöhnlicher Blog" />
<meta property="og:description" content="Persöhnlicher Blog" />
<link rel="canonical" href="https://veeman.github.io/404" />
<meta property="og:url" content="https://veeman.github.io/404" />
<meta property="og:site_name" content="veeman.github.io" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="404 - Seite nicht gefunden" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://veeman.github.io/404","headline":"404 - Seite nicht gefunden","author":{"@type":"Person","name":"Vitalij Mast"},"description":"Persöhnlicher Blog","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<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 property="og:description" content="Persöhnlicher Blog" />
<meta name="author" content="veeman.github.io" />
<meta property="og:title" content="404 - Seite nicht gefunden" />
<meta property="twitter:title" content="404 - Seite nicht gefunden" />
<meta property="og:image" content="https://veeman.github.io/images/logo.png"/>
<meta property="twitter:image" content="https://veeman.github.io/images/logo.png"/>
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
<link rel="alternate" type="application/rss+xml" title="veeman.github.io - Persöhnlicher Blog" href="/feed.xml" />
<link rel="canonical" href="https://veeman.github.io/404" />
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
</head>
<body>
<div class="wrapper-container">
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="/images/logo.png" alt="" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">veeman.github.io</a></h1>
<p class="site-description">Persöhnlicher Blog</p>
</div>
<nav>
<a href="/">Blog</a>
<a href="/pages/categories">Kategorien</a>
<a href="/pages/search">Suchen</a>
</nav>
</header>
</div>
</div>
<div class="wrapper-main">
<div id="main" role="main" class="container">
<article class="page">
<h1>404 - Seite nicht gefunden</h1>
<div class="entry">
<p style="text-align: center;">Leider wurde die angegebne Seite auf dieser Website nicht gefunden.</p>
<p style="text-align: center;">Du kannst stattdessen zur <a href="/">Blogübersicht</a> gehen.</p>
<p><img src="/images/404.png" /></p>
</div>
</article>
</div>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<div class="footer-links">
<a href="/pages/imprint">Impressum</a> -
<a href="/pages/privacy">Datenschutzerklärung</a>
</div>
<div>
<a href="mailto:[email protected]"><i class="svg-icon email"></i></a>
<a href="https://github.com/veeman"><i class="svg-icon github"></i></a>
<a href="/feed.xml"><i class="svg-icon rss"></i></a>
<a href="http://stackoverflow.com/users/5388805/veeman"><i class="svg-icon stackoverflow"></i></a>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>