Compare commits

..

No commits in common. "ed23344d7881dc9720ca07352cbd34cbb7bddfc4" and "b3c655df58d686a10b399dacbcc930ed63f39734" have entirely different histories.

5 changed files with 3 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

View File

@ -1,4 +1,3 @@
<template>
<v-container>
<v-row no-gutters>

View File

@ -1,11 +1,5 @@
<template>
<v-img width="1645" src="../assets/BrainBlast-For-HomeView-Alpha.png"></v-img>
<div>
<h1>Bienvenue sur BrainBlast !</h1>
</div>
</template>
<script>
export default {
name: 'VotreComposant', // Assurez-vous de donner un nom à votre composant
// Votre logique JavaScript ici, par exemple des méthodes, des données, etc.
};
</script>