hugo-theme-anubis2/layouts/404.html
2024-04-09 20:03:09 +08:00

9 lines
201 B
HTML

{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
</div>
</main>
{{ end }}