Add home link

This commit is contained in:
Le Libre Au Quotidien 2020-05-31 18:44:06 +02:00
parent 071dd58f16
commit 41aaef4a9d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<template>
<div id="app">
<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>
<a class="simple" href="/"><img width="80px" src="./assets/juneland.svg" alt="infojune"></a><p> Le site Infojune est encore en beta, mais il s'améliorera avec le temps </p>
</header>
<router-view></router-view>
<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>
@ -29,7 +29,7 @@ bottom: 0;
}
header{
display: flex;
flex-direction: column;
flex-direction: row;
align-items:center;
justify-content: center;