Copied a lot of stuff from my template repo
This commit is contained in:
18
layouts/404.html
Normal file
18
layouts/404.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
{{ partial "head.html" . }}
|
||||
<body class="hero">
|
||||
{{ partial "navigation.html" . }}
|
||||
<div id="hero">
|
||||
<div>
|
||||
<h1>Seite nicht gefunden</h1>
|
||||
<div style="padding: 5vh 0;">
|
||||
<h2>Fehler 404</h2>
|
||||
<h3>Auch in der Wissenschaft funktioniert nicht immer alles</h3>
|
||||
</div>
|
||||
<h3><a href='{{ "" | absURL }}' class="btn btn-light btn-lg">Zurück</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user