diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-02-22 15:15:18 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-02-22 15:15:18 -0800 |
| commit | 1cf3491f7ff8fc03dc1db12452075ad1daaad775 (patch) | |
| tree | fe8a7f4e35ab2bc7113c21320e9df9bde8a55830 /public/index.html | |
| parent | 66c9c742c4efad7d72e72d13ef8b9c6040504a12 (diff) | |
cocapaint
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> |
