softinio.com/themes/hyde-x/layouts/404.html

10 lines
284 B
HTML
Raw Normal View History

2016-03-11 08:19:40 -08:00
{{ partial "head.html" . }}
<div class="content container">
<div class="post">
<h1>404 Not Found</h1>
<p>What you're looking for isn't here, sorry!</p>
<p><a href="{{ "/" | absURL }}">&larr; Click here to go back home</a></p>
</div>
</div>
{{ partial "foot.html" . }}