2022-12-11 09:30:46 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
<h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
|
|
|
|
<p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
|
|
|
|
{{ i18n "error.404_error" | emojify }}
|
|
|
|
</p>
|
|
|
|
<div class="prose dark:prose-invert">
|
|
|
|
<p>{{ i18n "error.404_description" | emojify }}</p>
|
|
|
|
</div>
|
2022-12-21 18:23:13 +01:00
|
|
|
<div class="mt-8 prose dark:prose-invert">
|
2024-04-06 07:38:45 +02:00
|
|
|
<strong>You can try to find the page with the search:</strong><br />
|
|
|
|
Click on the magifying glass 🔍 in the top right corner or hit
|
|
|
|
<kbd>/</kbd> (that is usually <kbd>Shift + 7</kbd>
|
|
|
|
on a german layout) on your keyboard to open the search box.
|
2022-12-21 18:23:13 +01:00
|
|
|
</div>
|
2022-12-11 09:30:46 +01:00
|
|
|
{{ end }}
|