diff --git a/trunk/index.php b/trunk/index.php
index 9f22890..2005e89 100644
--- a/trunk/index.php
+++ b/trunk/index.php
@@ -5,14 +5,105 @@ include 'class/ShortURL.php';
$url = new ShortURL();
?>
-
+
+
+
+
+
+
+
+
Yet Another URL Shortener
+
+
+Short this!
if(isset($_SESSION['msg'])){
echo $_SESSION['msg'];
unset($_SESSION['msg']);
-}
\ No newline at end of file
+}
+?>
+
+
\ No newline at end of file