ccchh-website/themes/ccchh/layouts/404.html

9 lines
198 B
HTML
Raw Normal View History

2023-10-02 12:08:18 +02:00
{{ define "main" }}
<main class="container" aria-role="main">
<div>
<h1 id="title">404 Page not Found</h1>
<a href="{{ "" | relURL }}">Back Home</a>
</div>
</main>
{{ end }}