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

17 lines
493 B
HTML

{{ define "main" }}
<div class="col-xs-12 col-sm-8 col-md-9 content-column">
{{ partial "mobile_nav_toggle.html" . }}
<div class="row">
<div class="col-lg-8">
<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>
</div>
</div>
{{ end }}