Casual_blog/themes/anubis2/layouts/404.html

8 lines
200 B
HTML
Raw Normal View History

2024-03-07 06:27:02 +00:00
{{ 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 }}