diff options
author | Your Name <you@example.com> | 2017-12-31 16:32:39 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-31 16:32:39 +0100 |
commit | 03a047717d71ec388c85deca89496bad5c76349a (patch) | |
tree | 552d0a7968c19a3b4f984827a70f521ca91c2ff7 /cw/index.html | |
parent | 3c241b6a1ddf14e9a28ac2aa12a6cb25f7a9c8dc (diff) | |
download | lesoiseaux.io-03a047717d71ec388c85deca89496bad5c76349a.tar.gz |
Add footer link
Diffstat (limited to 'cw/index.html')
-rw-r--r-- | cw/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cw/index.html b/cw/index.html index 22d4ee4..cf45bd8 100644 --- a/cw/index.html +++ b/cw/index.html @@ -62,15 +62,17 @@ </aside> <script src="../assets/js/cw-app.js"></script> <footer> + <h4><a href="https://cw.lesoiseaux.io/" + title="URL canonique : https://cw.lesoiseaux.io/">cw.lesoiseaux.io</a></h4> <p><span>Copyright</span> <span>©</span> 2017 - <a href="https://ps.lesoiseaux.io/" + — <a href="https://ps.lesoiseaux.io/" title="URL Canonique : https://ps.lesoiseaux.io/"><em>Petites Singularités</em></a> — <a href="http://artlibre.org/licence/lal/en/" title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre</a> — <a href="https://code.cepheide.org/lesoiseaux.io.git" title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre</a> — Nous faisons <3 - </p> + </p> </footer> </body> </html> |