feat: add imprint & privacy

This commit is contained in:
Philipp Dormann 2025-04-07 15:08:41 +02:00
parent 5a61c78fa0
commit 789d580e62
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -172,26 +172,25 @@
>
</form>
{/if}
<div class="text-center pt-12 pb-12">
<div class="text-center mt-2">
<p>
<svg
style="height: 1rem;display: inline;"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-zap"
viewBox="0 0 24 24"
powered by <a
href="https://odit.services?ref=lfk"
target="_blank"
class="underline">ODIT.Services</a
>
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" />
</svg><span
>powered by <a
href="https://odit.services"
target="_blank"
class="underline">ODIT.Services</a
>.</span
</p>
<p>
<a
href="https://lauf-fuer-kaya.de/datenschutz/"
target="_blank"
class="underline">Datenschutz</a
>
-
<a
href="https://lauf-fuer-kaya.de/impressum/"
target="_blank"
class="underline">Impressum</a
>
</p>
</div>