Files
congo-hindi-gujarati/layouts/404.html
T
James Panther a6a3ee761e 🎉 Initial commit
2021-08-11 15:28:33 +10:00

8 lines
293 B
HTML

{{ define "main" }}
<h1 class="mb-3 text-4xl font-extrabold">Page Not Found 🤷‍♂️</h1>
<p class="mt-8 mb-12 text-gray-400 dark:text-gray-500">Error 404</p>
<div class="prose dark:prose-light">
<p>It seems that the page you've requested does not exist.</p>
</div>
{{ end }}