hugo-PaperMod/layouts/404.html

4 lines
95 B
HTML
Raw Normal View History

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