1
0
Fork 0
mirnet.org/themes/mir/layouts/404.html
brooke 7ef529c1db
All checks were successful
Hugo / build (push) Successful in -11s
update 404
2024-09-12 14:46:28 -04:00

12 lines
No EOL
299 B
HTML

<html lang="en">
{{ partial "head.html" . }}
<body class="bg-white text-[#192252] flex flex-col justify-center items-center">
<section class="max-w-[1200px] w-full">
{{ partial "nav.html" . }}
{{ partial "404-text.html" . }}
{{ partial "footer.html" . }}
</section>
</body>
</html>