diff options
author | NeodarZ <bretoncorentin44@gmail.com> | 2016-06-02 16:30:27 +0200 |
---|---|---|
committer | NeodarZ <bretoncorentin44@gmail.com> | 2016-06-02 16:30:27 +0200 |
commit | a095fb1c61ae36ef83a6a6bbfcddf44347fa779a (patch) | |
tree | 7621c2bd31170e9a35f9e27bc5420f611df7c977 /ressources/includes/footer.php | |
download | my_old_personal_website-a095fb1c61ae36ef83a6a6bbfcddf44347fa779a.tar.xz my_old_personal_website-a095fb1c61ae36ef83a6a6bbfcddf44347fa779a.zip |
First commit
Diffstat (limited to 'ressources/includes/footer.php')
-rwxr-xr-x | ressources/includes/footer.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ressources/includes/footer.php b/ressources/includes/footer.php new file mode 100755 index 0000000..748273d --- /dev/null +++ b/ressources/includes/footer.php @@ -0,0 +1,10 @@ +<!-- +nom projet : NeoKron Projekt +nom fichier : footer.php +Auteurs : Adrien Robert & Corentin Breton +version : 7.1 +Note : Pour modifier le design se reférer directement au fichier ressources/styles/default.css +--> +<footer class="site-footer"> + <p style="color: #797979; font-size: 12px; font-weight: bold;">Copyright © 2015 - 2016 - Codé avec <span style="color:#e74c3c;">❤</span> par NeodarZ  <span style="font-family:'starjedi';">&</span></p> +</footer> |