forked from Chaospott/site
moved site back to root
This commit is contained in:
24
404.html
Normal file
24
404.html
Normal 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>
|
Reference in New Issue
Block a user