congo/layouts/404.html

8 lines
321 B
HTML
Raw Normal View History

2021-08-11 05:28:33 +00:00
{{ define "main" }}
2021-08-17 06:48:08 +00:00
<h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
<p class="mt-8 mb-12 text-gray-400 dark:text-gray-500">{{ i18n "error.404_error" | emojify }}</p>
2021-08-11 05:28:33 +00:00
<div class="prose dark:prose-light">
2021-08-17 06:48:08 +00:00
<p>{{ i18n "error.404_description" | emojify }}</p>
2021-08-11 05:28:33 +00:00
</div>
{{ end }}