-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
296 lines (133 loc) · 6.22 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebPage" class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="siteBaseUrl" content="https://cyberzed.dk/">
<meta name="author" content="Stefan Daugaard Poulsen">
<meta name="description" content="cyberzeddk - opinions with a slight chance of snow">
<meta name="keywords" content="blog,beer,security">
<meta name="generator" content="Hugo 0.116.0">
<title>
404 Page not found | cyberzeddk
</title>
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="404 Page not found - cyberzeddk - opinions with a slight chance of snow">
<meta property="og:site_name" content="cyberzeddk">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="cyberzeddk - opinions with a slight chance of snow" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cyberzed.dk/404.html" />
<link rel="canonical" href="https://cyberzed.dk/404.html">
<link rel="stylesheet" href="https://cyberzed.dk/theme.min.70168d55f2a7016525113196d85567baef5fcb440c481a70f201de1d3083067d.css" integrity="sha256-cBaNVfKnAWUlETGW2FVnuu9fy0QMSBpw8gHeHTCDBn0=" media="screen">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
<li><a href="/about/">about</a></li>
<li><a href="/speaker/">public speaking</a></li>
</ul>
</div>
</nav>
<header>
<a id="back-to-top-button">
<i class="fas fa-angle-up"></i>
</a>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://seccdn.libravatar.org/avatar/da460f26ae44ed4f19cbac276a12751c?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="/">
cyberzeddk
</a>
</h3>
<span class="subtitle">opinions with a slight chance of snow</span>
</div>
<div class="toggler permanentTopNav">
<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 definitely 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>Latest posts</strong>
<ul>
<li>
<a href="https://cyberzed.dk/article/common-git-alias/">Common Git Alias</a>
</li>
</ul>
</div>
<div class="categories">
<a href="https://cyberzed.dk/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="https://cyberzed.dk/categories/developer/">developer (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://facebook.com/cyberzed/" target="_blank" rel=""><em class="fab fa-facebook"></em></a>
<a href="https://www.linkedin.com/in/cyberzed/" target="_blank" rel=""><em class="fab fa-linkedin"></em></a>
<a href="https://github.com/cyberzed" target="_blank" rel=""><em class="fab fa-github"></em></a>
</div>
<div class="archive">
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
©
2017 - 2023
by Lednerb
</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme"
target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5PMLCJ111N"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5PMLCJ111N', { 'anonymize_ip': false });
}
</script>
<script src="https://cyberzed.dk/theme.min.a6bec73b5fb6ad84b3be91709214655e380894c4695e8e085abd236197fb0192.js" integrity="sha256-pr7HO1+2rYSzvpFwkhRlXjgIlMRpXo4IWr0jYZf7AZI="></script>
</body>
</html>