You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
480 B
HTML

1 year ago
<!DOCTYPE html>
<html>
{{partial "head" .}}
<body>
1 year ago
{{partial "header" .}}
<main>
<article>
<h1>Can't find what you're looking for.</h1>
{{if .Site.Params.email}}
1 year ago
If this is a mistake, please <a href="mailto:{{.Site.Params.email}}?subject=404s">let me know</a>
{{end}}
1 year ago
</article>
</main>
<div class="spacer"></div>
{{partial "footer" .}}
{{partial "spritesheet" .}}
1 year ago
</body>
</html>