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