falkon.sgorava.xyz/layouts/404.html

9 lines
176 B
HTML
Raw Permalink Normal View History

{{ partial "header.html" . }}
<div class="err-404" >
<h1 id="title">{{ .Title }}</h1>
<p>The requested memory does not exist.<p>
</div>
{{ partial "footer.html" . }}