mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
18 lines
1.1 KiB
HTML
18 lines
1.1 KiB
HTML
<footer class="absolute inset-x-0 bottom-0 flex justify-between w-full text-muted mt-20 items-center gap-x-4 py-4 max-w-screen-xl mx-auto">
|
|
<div class="text-xs font-mono font-semibold">
|
|
{{ getVersion }} @ {{ getDbType }}
|
|
</div>
|
|
<div class="font-semibold text-sm">
|
|
Made with <span class="iconify inline" data-icon="bi:heart-fill"></span> by <a href="https://muetsch.io" target="_blank" class="text-secondary hover:text-foreground">Ferdi</a>
|
|
<span> | </span>
|
|
Open source on <a href="https://github.com/muety/wakapi" target="_blank" rel="noreferrer noopener"><span class="iconify inline text-secondary hover:text-foreground" data-icon="codicon:github-inverted"></span></a>
|
|
{{ if eq getPublicUrl "https://wakapi.dev" }}
|
|
<span> | </span>
|
|
Hosted securely in <span class="iconify inline" data-icon="twemoji:flag-germany"></span>
|
|
{{ end }}
|
|
</div>
|
|
<div class="text-sm">
|
|
<a href="imprint" class="font-semibold hover:text-secondary">Imprint, Cookies & Data Privacy</a>
|
|
</div>
|
|
</footer>
|