This commit is contained in:
9
app/pages/index.vue
Normal file
9
app/pages/index.vue
Normal 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>
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user