4 lines
95 B
HTML
Raw Normal View History

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