Files
evilspins/app/components/atropos-object.vue
valere 79b1dfd16c
All checks were successful
Deploy App / deploy (push) Successful in 2m12s
add error page
2025-08-31 12:11:15 +02:00

10 lines
284 B
Vue

<template>
<h1 class="flex items-center justify-center min-h-screen">
<atropos-component class="my-atropos" active-offset="80" shadow-scale="1.05">
<img src="/logo.svg" />
<img src="/logo.svg" />
<div>Tell us</div>
</atropos-component>
</h1>
</template>