mirror of https://github.com/jpanther/congo.git
8 lines
293 B
HTML
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 }}
|