Casual_blog/themes/anubis2/layouts/404.html

9 lines
201 B
HTML
Raw Normal View History

2024-03-07 06:27:02 +00:00
{{ define "main"}}
2024-09-03 19:39:38 +00:00
<main id="main">
<div>
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
</div>
</main>
2024-09-03 19:31:36 +00:00
{{ end }}