Edit header footer

This commit is contained in:
Le Libre Au Quotidien 2020-05-31 18:34:47 +02:00
parent aa8ab8e70c
commit 9e85abf3c6
1 changed files with 3 additions and 4 deletions

View File

@ -2,11 +2,10 @@
<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>
<p><a class="simple" href="/#/"><img width="80px" src="./assets/juneland.svg" alt="infojune"></a> Le site Infojune est encore en beta, mais il s'améliorera avec le temps </p>
</header>
<router-view></router-view>
<footer> <img width="80px" src="./assets/juneland.svg" alt="infojune">Crée et hébergé par <a href="https://lelibreauquotidien.fr">llaq</a> - <a href="https://git.p2p.legal/llaq/infojune">Disponible sous CC-BY-NC-SA</a></footer>
<footer><a class="button" href="/#/cf"> PARTICIPEZ AU CROWDFOUNDING DU SITE INFOJUNE.FR</a> Crée et hébergé par <a class="button" href="https://lelibreauquotidien.fr">llaq</a> - <a class="button" href="https://git.p2p.legal/llaq/infojune">Disponible sous CC-BY-NC-SA</a></footer>
</div>
</template>