Initial commit

This commit is contained in:
Konstantin Kollar
2022-10-03 21:13:35 +02:00
commit 8529ee86e4
1120 changed files with 276225 additions and 0 deletions
@@ -0,0 +1,17 @@
<footer
class="bg-neutral-100 relative bottom-0 w-full border-t-2 border-neutral-300"
>
<div class="flex justify-center">
<div class="w-full md:w-2/3 px-4 md:px-0">
<div class="flex grid-rows-1 grid-cols-3 justify-between items-center">
<div>
<a href="/" class="" aria-label="logo">
<span class="text-lg text-primary-400"> Knäckeboot </span>
</a>
</div>
<div>Platzhalter</div>
<div>Weiterer Platzhalter</div>
</div>
</div>
</div>
</footer>