init: Initialisation du projet.

This commit is contained in:
MLeveque
2025-10-02 22:05:01 +02:00
commit 7a99c7e3ea
18 changed files with 3357 additions and 0 deletions

14
src/views/Login.vue Normal file
View File

@@ -0,0 +1,14 @@
<script setup>
</script>
<template>
<div>
<h1>Login</h1>
<p>Bonsoir !</p>
</div>
</template>
<style scoped>
</style>