congo/layouts/404.html

8 lines
293 B
HTML
Raw Normal View History

2021-08-11 05:28:33 +00:00
{{ 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 }}