hugo-PaperMod/layouts/404.html

3 lines
94 B
HTML
Raw Normal View History

2020-03-09 16:56:47 +01:00
{{- partial "header.html" . }}
2018-01-08 17:28:39 +01:00
<div class="not-found">404</div>
2020-07-20 16:23:30 +02:00
{{- partial "footer.html" . }}