Base nuxt layout

This commit is contained in:
Alexis
2024-03-21 17:14:11 +01:00
parent 1abf555519
commit b86cf52839
36 changed files with 9886 additions and 3462 deletions

7
components/footer.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<footer class="p-4">
<span>
Données issues de <a href="https://data.assemblee-nationale.fr/">data.assemblee-nationale.fr</a>
</span>
</footer>
</template>

9
components/navbar.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
</script>
<template>
<nav>
Testos
</nav>
</template>