diff options
Diffstat (limited to 'index.xhtml')
-rw-r--r-- | index.xhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.xhtml b/index.xhtml index 8ee8c52..7c32ee3 100644 --- a/index.xhtml +++ b/index.xhtml @@ -123,5 +123,15 @@ </div> </div> </div> + +<footer class="footer"> + <div class="container"> + <p><h4 style="display:inline">CraftMine —</h4> + Par Alexandre Renoux et Pierre-Emmanuel Novac</p> + <p><a href="https://git.piernov.org/candybox">Voir le code source</a> — <a href="http://www.cecill.info/index.fr.html">Licence Libre CeCILL</a></p> + </div> +</footer> + + </body> </html> |