website/themes/terminal-plus-minus/layouts/404.html

8 lines
249 B
HTML
Raw Normal View History

2019-09-01 17:51:06 +00:00
{{- define "main" -}}
<h1>404</h1>
<h2 style="margin: 0;">Not found :(</h2>
<p>I see you're an explorer, I like that.</p>
<a href="{{ $.Site.BaseURL }}" style="font-size: 1.5rem;">Now get back here and just explore within your box.</a>
{{- end -}}