-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
156 lines (92 loc) · 4.62 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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {
--accent-color: #5AAADF;
}
</style>
<title>404 Page not found</title>
<meta name="description" content="Pragmatische Digitalisierung für Business und Industrie">
<meta name="keywords" content='maximilian, wank, softwertvoll, software, it, beratung, website, personal'>
<meta property="og:url" content="https://softwertvoll.de/404.html">
<meta property="og:type" content="website">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Pragmatische Digitalisierung für Business und Industrie">
<meta property="og:image" content="https://softwertvoll.de/images/portrait.jpg">
<meta property="og:image:secure_url" content="https://softwertvoll.de/images/portrait.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Pragmatische Digitalisierung für Business und Industrie">
<meta property="twitter:domain" content="https://softwertvoll.de/404.html">
<meta property="twitter:url" content="https://softwertvoll.de/404.html">
<meta name="twitter:image" content="https://softwertvoll.de/images/portrait.jpg">
<link rel="canonical" href="https://softwertvoll.de/404.html">
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
<link rel="stylesheet" type="text/css" href="/css/main.min.css">
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
<script src="/js/bundle.min.05408f4b6e97f753bafd29ac283c6886192dc1e928f4ae7468522f6796a0f2a1.js" integrity="sha256-BUCPS26X91O6/SmsKDxohhktweko9K50aFIvZ5ag8qE="></script>
</head>
<body>
<script>
setThemeByUserPref();
</script><header class="header">
<nav class="header-nav">
<div class="avatar">
<a href="https://softwertvoll.de">
<img src='/images/portrait.jpg' alt="avatar">
</a>
</div>
<div class="nav-title">
<a class="nav-brand" href="https://softwertvoll.de">Dr. Maximilian Wank</a>
</div>
<div class="nav-links">
<span class="nav-icons-divider"></span>
<div class="nav-link dark-theme-toggle">
<span class="sr-only dark-theme-toggle-screen-reader-target">theme</span>
<a aria-hidden="true" role="switch">
<span class="theme-toggle-icon" data-feather="moon"></span>
</a>
</div>
<div class="nav-link" id="hamburger-menu-toggle">
<span class="sr-only hamburger-menu-toggle-screen-reader-target">menu</span>
<a aria-checked="false" aria-labelledby="hamburger-menu-toggle" id="hamburger-menu-toggle-target" role="switch">
<span data-feather="menu"></span>
</a>
</div>
<ul class="nav-hamburger-list visibility-hidden">
<li class="nav-item dark-theme-toggle">
<span class="sr-only dark-theme-toggle-screen-reader-target">theme</span>
<a role="switch">
<span class="theme-toggle-icon" data-feather="moon"></span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<main id="content">
<div class="text-404">
<h1 class="error-emoji"></h1>
<h2>
404 ... Diese Seite existiert (noch) nicht, gehen Sie zu zurück auf <a href="https://softwertvoll.de">Los</a>
</h2>
</div>
<script>
const errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
const emojiArray = [
'\\(o_o)/', '(o^^)o', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)',
'(=\'X\'=)', '(>_<)', '(;-;)', '\\(^Д^)/',
];
const errorEmoji = emojiArray[Math.floor(Math.random() * emojiArray.length)];
errorEmojiContainer.appendChild(document.createTextNode(errorEmoji));
</script>
</main><footer class="footer">
<span>© 2025 Dr. Maximilian Wank | <a href="/impressum/">Impressum</a></span>
<span>
Made with ❤️ using <a target="_blank" href="https://github.com/gokarna-theme/gokarna-hugo">Gokarna</a>
</span>
</footer>
</body>
</html>