refactor: get random image from api

This commit is contained in:
Pihkaal
2024-10-17 20:00:06 +02:00
parent 0bde85fd8f
commit 203985915c
3 changed files with 17 additions and 13 deletions

View File

@@ -9,11 +9,17 @@
>
Lilou
</h1>
<RandomImage />
<img
class="w-full max-w-[50vh]"
src="http://localhost:3000/api"
alt="Lilou"
/>
<h1
class="text-4xl md:text-5xl lg:text-6xl font-serif text-white dark:text-white"
>
Lilou
</h1>
<Glitters />
</main>
</template>