1
0
Fork 0
hugo-paper/layouts/404.html

4 lines
93 B
HTML
Raw Normal View History

2021-08-20 13:21:20 +02:00
{{ partial "header.html" . }}
2018-01-08 17:28:39 +01:00
<div class="not-found">404</div>
2021-08-20 13:21:20 +02:00
{{ partial "footer.html" . }}