studio v1.1
Some checks failed
Deploy App / deploy (push) Failing after 13s

This commit is contained in:
valere
2025-09-20 21:39:56 +02:00
parent 9e697822e4
commit 631bc65c70
3 changed files with 19 additions and 100 deletions

9
app/pages/index.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<div>
<h1>
<img class="logo h-full p-1" src="/logo.svg" alt="">
Compilations
indépendantes
</h1>
</div>
</template>

View File

@@ -51,6 +51,7 @@ const compilation = ref({
description: 'Zero is for manifesto',
color1: '#ffffff',
color2: '#48959d',
color3: '#00ff00',
})
const poser = { x: 76, y: 0, z: 150 }