Files
aranroig.com/aranroig/app/app.vue
BinarySandia04 2fe8ece339
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m42s
Maybe
2026-03-11 20:16:27 +01:00

9 lines
147 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<h1>Hi</h1>
<h2>This is website</h2>
<p>Maybe its not my person</p>
</div>
</template>