diff --git a/index.html b/index.html
index 285ee25..db21acf 100644
--- a/index.html
+++ b/index.html
@@ -4,43 +4,142 @@
Simple Chat
+
+
+
+
-
+
+
+
Simple Chat Room
+
+
-
+
+
@@ -119,7 +243,8 @@
socket.emit('new user', $nickBox.val(), function(data){
if(data){
$('#nick-wrap').hide();
- $('#content-wrap').removeClass();
+ $('#content-wrap').removeClass('hidden');
+ $('#message-wrap').removeClass('hidden');
} else {
$nickError.html('That username is already taken! Try again.');
}