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.

22 lines
457 B
HTML

3 years ago
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
3 years ago
<div class="singlePage">
3 years ago
{{partial "darkmode.html" .}}
3 years ago
<div class="centered">
3 years ago
<h1>404.</h1>
3 years ago
<h3>Hey! You look a little lost. This page doesn't exist (or may be private).</h3>
3 years ago
<a href="/">↳ Let's get you home.</a>
3 years ago
</div>
</div>
3 years ago
{{- with resources.Get "darkmode.js" | minify -}}
<script>
{{.Content | safeJS }}
</script>
{{- end -}}
3 years ago
</body>
</html>