forked from Chaospott/site
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| 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>
 |