hugo-theme-anubis2/layouts/404.html

9 lines
187 B
HTML
Raw Normal View History

2022-02-21 20:34:46 +01:00
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
Sorry, This Page is not available.
</div>
</main>
{{ end }}