mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
Removed div tags
This commit is contained in:
parent
effaebb3a4
commit
1f2227d33e
@ -65,7 +65,6 @@ if(isset($_GET['l'])) { // if there is a link...
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<body id="content">
|
<body id="content">
|
||||||
<div class="content" id="content">
|
|
||||||
<img src="http://unps-gama.info/upload/Pictures/header.png" alt="Header image" /><br />
|
<img src="http://unps-gama.info/upload/Pictures/header.png" alt="Header image" /><br />
|
||||||
<h4>Welcome to the UnPS-GAMA link shortner</h4><hr />
|
<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>
|
<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
|
mysql_close(); // Close any mysql connections still open
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user