-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
214 lines (124 loc) · 5.66 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!doctype html>
<html class="no-js" lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="siteBaseUrl" content="https://blog.task.media/">
<meta name="author" content="Marco">
<meta name="description" content="Blog über IT-Themen aus dem Alltag und Vorlesungen.">
<meta name="keywords" content="blog,it,taskmedia,task.media,it-archiv,itarchiv">
<meta name="generator" content="Hugo 0.111.3">
<title>
404 Page not found | task.media Blog
</title>
<meta name="description" content="404 Page not found - Blog über IT-Themen aus dem Alltag und Vorlesungen.">
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="404 Page not found - Blog über IT-Themen aus dem Alltag und Vorlesungen.">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="404 Page not found - Blog über IT-Themen aus dem Alltag und Vorlesungen.">
<meta property="og:image" content="https://www.gravatar.com/avatar/73d3dcc1a6538a364a5112d218ad4f43?size=200">
<meta property="og:url" content="https://blog.task.media/404.html">
<meta property="og:site_name" content="task.media Blog"><meta property="og:type" content="website">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<script src="/modernizr-simple.js"></script>
<link href="/404.html" rel="alternate" type="application/rss+xml" title="task.media Blog" />
<link href="/404.html" rel="feed" type="application/rss+xml" title="task.media Blog" />
<link rel="canonical" href="https://blog.task.media/404.html">
<link rel="stylesheet" href="https://blog.task.media/theme.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
</ul>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://seccdn.libravatar.org/avatar/73d3dcc1a6538a364a5112d218ad4f43?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title">
<a href="/">
task.media Blog
</a>
</h3>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</div>
</header>
<div class="main container">
<div class="content">
<div class="article-wrapper u-cf single">
<a class="bubble" href="/">
<i class="fa fa-fw fa-exclamation-triangle"></i>
</a>
<article class="error404 article">
<div class="content">
<h3>WOAH BUDDY!</h3>
<p></p>
<p>This is definitly not the page you're looking for...</p>
<p><strong>An Error 404 occured.</strong> That means the page is not available. </p>
<p>Please select a category at the bottom or change over to the <a href="/"> HOMEPAGE</a>.</p>
</div>
</article>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Neuste Beiträge</strong>
<ul>
<li>
<a href="https://blog.task.media/article/rpi/rpi-ap-dns/">Control RPi GPIO throught standalone and offline WiFi (access point)</a>
</li>
<li>
<a href="https://blog.task.media/article/k3s/k3s-letsencrypt-traefik/">Setup k3s with LetsEncrypt and Traefik dashboard exposed</a>
</li>
<li>
<a href="https://blog.task.media/article/welcome-back/">Welcome back</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
</div>
<div class="archive">
<a href="/archive/"><strong>Archiv</strong></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://task.media/" target="_blank">
©
2023
task.media
</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme"
target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://blog.task.media/theme.js"></script>
</body>
</html>