mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-23 00:03:43 +00:00
7 lines
357 B
Cheetah
7 lines
357 B
Cheetah
{{define "main"}}
|
|
<div class="text-center mt-20">
|
|
<h1 class="text-3xl mb-4 font-bold"><span class="text-red-600">Error 404:</span> Page was not found!</h1>
|
|
<p>We didn't find the page you were looking for. Please check the URL and try again.</p>
|
|
<p>Or you can go back to the <a class="underline text-blue-600" href="/">homepage</a>.</p>
|
|
</div>
|
|
{{end}}
|