This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (58 loc) · 1.91 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
---
layout: default
background: /images/koenidv-404-dunkel.jpg
title: Fehler
---
<style>
.imgfixed {
background-attachment: scroll;
}
.imgoverlay::before {
background-color: unset;
}
#header {
background-color: unset;
box-shadow: unset;
}
</style>
<!-- Title -->
<section id="titel" class="noborder">
<div class="inner">
<header class="major">
<h2>
<span style="font-size: 2.5em">404. </span>Das ist ein Fehler.</h2>
</header>
<!-- Information -->
<div class="grid">
<div class="grid-element">
<h2>Damian hat den Werkzeugkasten verlegt.</h2>
<p>Wir benötigen das Werkzeug aber, um dir die Seite, die du gerne sähest, zu liefern.
<br />Unser bester Techniker, Damian,
<strike>wird dazu gezwungen</strike> ist aktuell absolut freiwillig damit beschäftigt, den Werkzeugkasten
wiederzufinden.
</p>
</div>
<div class="grid-element">
<h2>Was du jetzt tun solltest.</h2>
<a class="button special fit" href="/anmelden">Anmelden. Und kommen.</a>
<a class="button fit" href="/">Mehr über uns erfahren.</a>
<a class="button fit" href="https://youtu.be/v_EWWyJfgPc?t=6" target="_blank">Diesen Fehler mit Gemütlichkeit
nehmen.</a>
</div>
</div>
<center>
<p style="font-size: 0.75em; margin-top: 3em">Fehler
<a href="https://en.wikipedia.org/wiki/HTTP_404" class="noborder"><b>404</b></a>: Seite nicht gefunden.</p>
</center>
</div>
</section>
<script>
if (!document.location.href.includes("?noredir")) {
if (document.referrer.includes("blog.cdwi.de")) {
/* 404 is now on this site */
/*document.location.replace("https://blog.cdwi.de/?404");*/
} else {
document.location.replace("https://blog.cdwi.de/" + window.location.href.replace("https://cdwi.de/", "").replace("http://127.0.0.1:4000/", ""));
}
}
</script>