generated from pascalmartineau/wp-skeleton
12 lines
533 B
Vue
12 lines
533 B
Vue
<template>
|
|
<div class="container-fluid flex flex-col lg:flex-row justify-between items-center gap-x-6 gap-y-3 py-3 text-muted text-sm text-center">
|
|
<p class="flex-break-words">
|
|
© {{ new Date().getFullYear() }} Conseil de la culture de l'Abitibi-Témiscamingue.
|
|
</p>
|
|
<p class="flex items-center gap-1">
|
|
Fait avec <UIcon name="i-lucide-heart" /> par
|
|
<ULink href="https://websimple.com" target="_blank" external title="Site web développé par Websimple">Websimple</ULink>
|
|
</p>
|
|
</div>
|
|
</template>
|