forked from QuentinCG/OVH-Email-Manager-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
27 lines (23 loc) · 1.01 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/*
* \brief Footer page integrated in all pages
*
* \author Quentin Comte-Gaz <[email protected]>
* \date 18 July 2016
* \license MIT License (contact me if too restrictive)
* \copyright Copyright (c) 2016 Quentin Comte-Gaz
* \version 1.0
*/
?>
<!----------------------BEGIN FOOTER-------------------->
</div><!--Close site_content div instanciated in header-->
<footer>
<a href="index.php">Home</a> | <a href="informations.php">Information</a> | <a href="contact.php">Contact</a><br/><br/>
Website designed by <a target="_blank" href="http://quentin.comte-gaz.com/en">Quentin Comte-Gaz</a> | Using <a target="_blank" href="https://api.ovh.com/">OVH API</a>
</footer>
</div><!--Close main div instanciated in header-->
<!-- Javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
</body><!--Close body instanciated in header-->
</html><!--Close html instanciated in header-->
<!----------------------END FOOTER---------------------->