moved site back to root

This commit is contained in:
Zehka
2020-07-05 18:11:07 +02:00
parent ee7084d8d9
commit a4f0db8ea4
492 changed files with 1 additions and 616 deletions

24
404.html Normal file
View File

@ -0,0 +1,24 @@
---
layout: default
---
<style type="text/css" media="screen">
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>Diese Seite exisiert leider nicht.</p>
<p>Das kann drei Gründe haben:</p>
<p> - Wir haben Chaos gebaut und die Seite ist runtergefallen </p>
<p> - Du hast dich vertippt </p>
<p> - Jemand hat dir einen falschen Link gegeben </p>
<p> Schau' dir doch mal unsere <a href="/">Startseite</a> an.</p>
</div>