1
0
Fork 0
mirnet.org/themes/mir/layouts/404.html

12 lines
299 B
HTML
Raw Normal View History

2024-09-12 13:41:14 -04:00
<html lang="en">
2024-09-12 14:46:28 -04:00
{{ partial "head.html" . }}
2024-09-12 13:41:14 -04:00
2024-09-12 14:46:28 -04:00
<body class="bg-white text-[#192252] flex flex-col justify-center items-center">
<section class="max-w-[1200px] w-full">
2024-09-12 13:41:14 -04:00
{{ partial "nav.html" . }}
{{ partial "404-text.html" . }}
{{ partial "footer.html" . }}
2024-09-12 14:46:28 -04:00
</section>
</body>
</html>