12 lines
No EOL
299 B
HTML
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> |