diff --git a/app/error.vue b/app/error.vue index 1675ebb..eb673c3 100644 --- a/app/error.vue +++ b/app/error.vue @@ -1,3 +1,12 @@ + + + + {{ error?.statusCode }} + + Go back home + + + - - - - - - - - - - - - - {{ error.statusCode }} - - Go back home - - - - - - \ No newline at end of file diff --git a/app/pages/index.vue b/app/pages/index.vue new file mode 100644 index 0000000..8b8a27b --- /dev/null +++ b/app/pages/index.vue @@ -0,0 +1,9 @@ + + + + + Compilations + indépendantes + + + diff --git a/app/pages/studio.vue b/app/pages/studio.vue index 622e1df..928e2de 100644 --- a/app/pages/studio.vue +++ b/app/pages/studio.vue @@ -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 }