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

17 lines
493 B
HTML
Raw Normal View History

2018-05-14 07:41:47 +02:00
{{ define "main" }}
2020-05-25 22:08:25 +02:00
<div class="col-xs-12 col-sm-8 col-md-9 content-column">
2018-05-14 07:41:47 +02:00
{{ partial "mobile_nav_toggle.html" . }}
<div class="row">
<div class="col-lg-8">
2020-06-05 14:10:22 +02:00
<article>
2018-05-14 07:41:47 +02:00
<h1>Page not found</h1>
2020-12-22 14:54:37 +01:00
<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!
2020-12-22 14:54:37 +01:00
</p>
2020-06-05 14:10:22 +02:00
</article>
2018-05-14 07:41:47 +02:00
</div>
</div>
</div>
{{ end }}