Files
hugo_blog.awin.one/layouts/404.html
2022-05-10 01:13:38 +08:00

5 lines
174 B
HTML

{{ define "main" }}
<div class="bg-secondary-bg rounded overflow-hidden mt-12 px-4 py-32 text-center">
<span class="text-3xl">404 - Page not found</span>
</div>
{{ end }}