Added footer

This commit is contained in:
alopexc0de 2012-12-25 01:28:21 -05:00
parent 622617e068
commit 3eb0bdf2f4

View File

@ -20,6 +20,14 @@ setcookie("foxes", $code, time()+120);
<link rel="shortcut icon" type="image/x-icon" href="http://unps-gama.info/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="http://unps-gama.info/favicon.ico" />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
<style type="text/css">
.footer{
padding-left: 4%;
padding-right: 4%;
text-align: center;
}
</style>
</head> </head>
<?php <?php
@ -136,5 +144,6 @@ if(isset($_GET['l'])) { // if there is a link...
} }
mysql_close(); // Close any mysql connections still open mysql_close(); // Close any mysql connections still open
?> ?>
<div class="footer"><a href="http://unps-gama.info">Home</a> <a href="http://unps-gama.info/ToS.html">Terms of Service</a> <a href="http://unps-gama.info/privacy.html">Privacy Policy</a></div>
</body> </body>
</html> </html>