initial commit
Base appearance of the website is done, now onto adding features
This commit is contained in:
5
pages/about.vue
Normal file
5
pages/about.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<main>
|
||||
<ContentDoc />
|
||||
</main>
|
||||
</template>
|
||||
3
pages/campaigns.vue
Normal file
3
pages/campaigns.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>Mes campagnes</h1>
|
||||
</template>
|
||||
3
pages/characters.vue
Normal file
3
pages/characters.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>Mes personnages</h1>
|
||||
</template>
|
||||
3
pages/dashboard.vue
Normal file
3
pages/dashboard.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>Tableau de bord</h1>
|
||||
</template>
|
||||
3
pages/index.vue
Normal file
3
pages/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>Hello</h1>
|
||||
</template>
|
||||
3
pages/login.vue
Normal file
3
pages/login.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>Connexion</h1>
|
||||
</template>
|
||||
Reference in New Issue
Block a user