diff options
Diffstat (limited to 'ressources')
-rwxr-xr-x | ressources/includes/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ressources/includes/footer.php b/ressources/includes/footer.php index 680fead..ab2b6ea 100755 --- a/ressources/includes/footer.php +++ b/ressources/includes/footer.php @@ -1,3 +1,3 @@ <footer class="site-footer"> - <p style="color: #797979; font-size: 12px; font-weight: bold;">© 2015 - <?php echo date(Y); ?> - <a href="https://gogs.neodarz.ovh/NeodarZ/Site_Web">Codé</a> avec <span style="color:#e74c3c;">❤</span> par NeodarZ  <span style="font-family:'starjedi';">&</span></p> + <p style="color: #797979; font-size: 12px; font-weight: bold;">© 2015 - <?php echo date('Y'); ?> - <a href="https://gogs.neodarz.ovh/NeodarZ/Site_Web">Codé</a> avec <span style="color:#e74c3c;">❤</span> par NeodarZ  <span style="font-family:'starjedi';">&</span></p> </footer> |