jefklakscodex/themes/jefklak-creative-portfolio/layouts/404.html

12 lines
338 B
HTML

{{ define "main" }}
<div class="content-column">
<article>
<h1>Page not found</h1>
<p>
No Worries! Try to dig through <a href="/games">all games</a> or <a href="/tags">the appendix</a> instead to find something similar to what you were looking for. Good luck!
</p>
</article>
</div>
{{ end }}