-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
38 lines (35 loc) · 870 Bytes
/
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
---
layout: default
features:
- profil.md
- swfl.md
- herausforderung.md
---
<style type="text/css" media="screen">
h2 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
} */
code {
padding: .2em .4em;
margin: 0;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
background-color: #f6f8fa;
border-radius: 3px;
font-size: 85%;
line-height: 1.45;
}
</style>
<div class="container-404">
<h2>404</h2>
<p><strong>Seite nicht gefunden 😓</strong></p>
<p>Zu der von Ihnen gesuchten Adresse <code id="location"></code> existiert leider keine Seite.</p>
<p>Dabei gibt es hier soviel zu entdecken: Schauen Sie doch einmal
nach unten oder ganz oben ins Hauptmenü!
</p>
</div>
<script>
document.getElementById("location").textContent = location.href;
</script>