mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-20 04:22:30 +01:00
21 lines
503 B
Vue
21 lines
503 B
Vue
<template>
|
|
<div class="flex items-center gap-2 mt-4">
|
|
<div>
|
|
<div class="flex items-center w-12 h-12">
|
|
<NuxtImg
|
|
alt="Arthur Danjou picture"
|
|
class="w-full h-full"
|
|
src="/favicon.png"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
Hello everyone! Thanks for visiting my portfolio. Please leave whatever you like to say, such as suggestions,
|
|
appreciations, questions or anything!
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
</script>
|