initial commit

Base appearance of the website is done, now onto adding features
This commit is contained in:
2025-02-16 18:21:37 +01:00
commit 620f5b34f0
61 changed files with 15281 additions and 0 deletions

5
pages/about.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<main>
<ContentDoc />
</main>
</template>

3
pages/campaigns.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<h1>Mes campagnes</h1>
</template>

3
pages/characters.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<h1>Mes personnages</h1>
</template>

3
pages/dashboard.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<h1>Tableau de bord</h1>
</template>

3
pages/index.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<h1>Hello</h1>
</template>

3
pages/login.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<h1>Connexion</h1>
</template>