Fixed spacing on footer

This commit is contained in:
alopexc0de 2012-12-25 01:31:14 -05:00
parent 3eb0bdf2f4
commit 215883f484

View File

@ -144,6 +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> <div class="footer"><br /><hr /><p><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></p></div>
</body> </body>
</html> </html>