diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/public/index.html b/public/index.html index cb48315..c986e00 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> -<title>drawdrawdraw</title> +<title>CocaPaint</title> <link rel="stylesheet" href="/css/drawdrawdraw.css" type="text/css"> <link rel="stylesheet" href="/css/chat.css" type="text/css"> <script type="text/javascript" src="/js/jquery-1.9.1.min.js"></script> @@ -12,19 +12,17 @@ <script type="text/javascript" src="/js/game.js"></script> </head> <body> - <h1>drawdrawdraw</h1> + <h1>Cocapaint</h1> <div id="chat_container"> <div id="chat"><div id="chat_shim"></div></div> - </div> - <div id="chat_bg"></div> - - <div id="form"> - <input type="text" id="chat-message" maxlength="200"/> - <!-- - <div id="emoticons"></div> - <img id="open-emoticons" src="/img/emoticons/happy.gif"> - --> + <div id="form"> + <input type="text" id="chat-message" maxlength="200"/> + <!-- + <div id="emoticons"></div> + <img id="open-emoticons" src="/img/emoticons/happy.gif"> + --> + </div> </div> </body> |
