culinary.kemonine.info/themes/hugo-recipes/layouts/404.html

8 lines
237 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{ define "main" }}
<header><h1>404: Page not found</h1></header>
<p class="has-text-centered is-size-2">
I'm sorry, your recipe is in another castle...
</p>
<p style="font-size: 128px;" class="has-text-centered">&#9785;</p>
{{ end }}