13 lines
284 B
Vue
13 lines
284 B
Vue
<template>
|
|
<div 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
|
|
>
|
|
</div>
|
|
</template>
|