The Nuxt 3 rework of my website! https://wubzy.xyz
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
site-v2/app.vue

10 lines
261 B

<template>
<div>
<NuxtLayout>
<NuxtPage/>
<div class="mx-auto px-0 m-0 mt-6 md:mt-8">
<p class="text-xs mx-auto italic text-center text-slate-400 font-thin">Copyright WubzyGD 2024</p>
</div>
</NuxtLayout>
</div>
</template>