Edit footer and add header

This commit is contained in:
Paul Nicoué 2023-01-11 15:16:55 +01:00
parent 4341a3ff9e
commit c6705914e0
10 changed files with 160 additions and 41 deletions

24
components/AppHeader.vue Normal file
View file

@ -0,0 +1,24 @@
<template>
<header>
<div class="header-bar">
</div>
</header>
</template>
<script setup>
</script>
<style lang="scss" scoped>
// --------------------------------------------------
// HEADER STYLE
// --------------------------------------------------
header {
width: 100%;
height: 0;
}
</style>