You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
<!DOCTYPE html> |
|
<html lang="{{ .Site.Language.Lang }}"> |
|
|
|
<head> |
|
{{ partial "head/meta" . }} |
|
<title>{{ if not (eq .Kind "home") }}{{ partial "title" . }} | {{ end }}{{ .Site.Title }}</title> |
|
|
|
{{ partial "head/favicons" . }} |
|
{{ partial "head/others" . }} |
|
</head> |
|
|
|
<body> |
|
{{ partial "svg-icon-symbols" . }} |
|
|
|
<div class="wrapper"> |
|
{{ partial "site-header" . }} |
|
|
|
<main class="gblog-error flex-even"> |
|
<div class="flex align-center justify-center"> |
|
<div class="gblog-error__icon"> |
|
<svg class="icon telescope"><use xlink:href="#telescope"></use></svg> |
|
</div> |
|
<div class="gblog-error__message"> |
|
<div class="gblog-error__line gblog-error__title">Verlaufen?</div> |
|
<div class="gblog-error__line gblog-error__code">Error 404</div> |
|
<div class="gblog-error__line gblog-error__help"> |
|
Wir wissen zwar nach was Sie suchen, können aber die entsprechende Seite |
|
nicht finden. Kein Problem, beginnen Sie doch noch mal mit der <a class="gblog-error__link" href="{{ .Site.BaseURL }}">Startseite</a>. |
|
</div> |
|
</div> |
|
</div> |
|
</main> |
|
|
|
{{ partial "site-footer" . }} |
|
|
|
</div> |
|
</body> |
|
|
|
</html>
|
|
|