summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
blob: 2b9a6ec5022574e770c47ce5dc8cae246fb8b31b (plain) (blame)
1
2
3
4
5
6
7
{{ partial "head" . }}

<header>
    <a href="/"><img id="logo" src="/img/giraffe.svg" /></a>
<h1>404</h1>
</header>
{{ partial "footer" . }}