Hendrik Langer
7 months ago
5 changed files with 27 additions and 15 deletions
@ -1,9 +1,13 @@ |
|||
{{ define "main" }} |
|||
<div class="row-fluid navmargin" style="background-color: #840000;"> |
|||
<div class="page-header" style="background-color: #fefe54;"> |
|||
<h1>404 Not Found</h1> |
|||
<p>Diese Seite konnte nicht gefunden werden.</p> |
|||
</div> |
|||
<p class="lead">Diese Seite konnte nicht gefunden werden.</p> |
|||
<p> |
|||
<a href="{{ .Site.Home.RelPermalink }}"> |
|||
Zurück zur Homepage |
|||
</a> |
|||
</p> |
|||
</div> |
|||
{{ end }} |
|||
|
@ -1,9 +1,13 @@ |
|||
{{ define "main" }} |
|||
<div class="row-fluid navmargin" style="background-color: #840000;"> |
|||
<div class="page-header" style="background-color: #fefe54;"> |
|||
<h1>404 Not Found</h1> |
|||
<p>The page you requested cannot be found.</p> |
|||
</div> |
|||
<p class="lead">The page you requested cannot be found.</p> |
|||
<p> |
|||
<a href="{{ .Site.Home.RelPermalink }}"> |
|||
Return to the home page |
|||
</a> |
|||
</p> |
|||
</div> |
|||
{{ end }} |
|||
|
Loading…
Reference in new issue