Add header,edit footer

This commit is contained in:
Le Libre Au Quotidien 2020-05-28 19:08:14 +02:00
parent a0438156a2
commit 4854468f4e
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,12 @@
<template>
<div id="app">
<header>
<p>Le site Infojune est encore en beta, mais il s'améliorera avec le temps </p>
<a href="/#/cf"> PARTICIPEZ AU CROWDFOUNDING DU SITE INFOJUNE.FR</a>
</header>
<router-view></router-view>
<footer> <img width="80px" src="./assets/juneland.svg" alt="logo juneland">Crée et hébergé par <a href="https://lelibreauquotidien.fr">llaq</a> - <a href="https://git.p2p.legal/llaq/g1land">Disponible sous agplV3</a></footer>
<footer> <img width="80px" src="./assets/juneland.svg" alt="logo juneland">Crée et hébergé par <a href="https://lelibreauquotidien.fr">llaq</a> - <a href="https://git.p2p.legal/llaq/infojune">Disponible sous agplV3</a></footer>
</div>
</template>
@ -21,12 +25,11 @@ export default {
<style>
footer{
flex-grow:1;
position:absolute;
bottom:0;
}
#app {
display:flex;
flex-direction: column;
min-height: 100vh;
}
.col{
display: flex;