FunctionProject/incl/footer.php
2019-08-18 20:06:06 +02:00

8 lines
407 B
PHP

<footer class="text-center">
<a href="#" class="important"><i class="fas fa-arrow-up"></i></a>
<div class="realDateTime">Affichage de l'heure en temps réel : <span class="important" id="realDateTime"></span></div>
<div class="footer-text"><a href="https://divlo.fr/" target="_blank">Divlo</a> | Tous droits réservés</div>
</footer>
</body>
</html>