website/themes/terminal-plus-minus/layouts/404.html
2019-09-02 01:51:06 +08:00

8 lines
249 B
HTML

{{- 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 -}}