hugo-PaperMod/layouts/404.html

3 lines
94 B
HTML
Raw Normal View History

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