heissepreise/site/_templates/_menu.html
2023-06-06 23:56:57 +02:00

5 lines
237 B
HTML

<div class="flex justify-center gap-4 py-2 font-bold text-primary border border-primary/50 lg:rounded-b-xl">
<a href="index.html">Suche</a>
<a href="changes.html">Preisänderungen</a>
<a href="carts.html">Warenkorb</a>
</div>