hugo-theme-anubis2/layouts/404.html

9 lines
201 B
HTML
Raw Normal View History

2022-02-21 20:34:46 +01:00
{{ define "main"}}
<main id="main">
<div>
2022-02-22 17:35:22 +01:00
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
2022-02-21 20:34:46 +01:00
</div>
</main>
2024-04-09 14:03:09 +02:00
{{ end }}