atropos works on remote ?
All checks were successful
Deploy App / deploy (push) Successful in 1m37s

This commit is contained in:
valere
2025-08-30 12:52:22 +02:00
parent f7e7ea7583
commit 70d4410dbd
30 changed files with 62 additions and 410 deletions

View File

@@ -1,8 +0,0 @@
<template>
<div class="flex items-center justify-center min-h-screen">
<atropos-component class="h-72 w-60" active-offset="80" shadow-scale="1.05">
<img src="/logo.svg">
<img src="/ES01A/object.png">
</atropos-component>
</div>
</template>

View File

@@ -0,0 +1,7 @@
<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" />
</atropos-component>
</h1>
</template>