Removed div tags

This commit is contained in:
alopexc0de 2012-12-24 02:32:46 -05:00
parent effaebb3a4
commit 1f2227d33e

View File

@ -65,7 +65,6 @@ if(isset($_GET['l'])) { // if there is a link...
?>
<body id="content">
<div class="content" id="content">
<img src="http://unps-gama.info/upload/Pictures/header.png" alt="Header image" /><br />
<h4>Welcome to the UnPS-GAMA link shortner</h4><hr />
<p>All you gotta do is put a link into the box and click submit</p>
@ -135,6 +134,5 @@ if(isset($_GET['l'])) { // if there is a link...
}
mysql_close(); // Close any mysql connections still open
?>
</div>
</body>
</html>