mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
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 }}
|