hugo-PaperMod/layouts/404.html

3 lines
92 B
HTML
Raw Normal View History

2018-01-08 11:28:39 -05:00
{{ partial "header.html" . }}
<div class="not-found">404</div>
{{ partial "footer.html" . }}