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.

16 lines
430 B
HTML

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