hugo-PaperMod/layouts/404.html

3 lines
92 B
HTML
Raw Normal View History

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