Files
qivip/django/templates/partials/_footer.html

7 lines
478 B
HTML

<div class="grid place-content-center gap-2 w-full mt-4">
<div class="bottom-0 left-0 w-full p-2 flex justify-center space-x-4 z-50">
<p class="text-sm font-extralight dark:text-white"><a href="/impress">Impressum</a></p>
<p class="text-sm font-extralight dark:text-white"><a href="/privacy">Datenschutz</a></p>
<p class="text-sm font-extralight dark:text-white"><a href="https://edugit.org/enrichment-2024/qivip">Repository</a></p>
</div>
</div>