summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-02-22 12:06:16 -0800
committerJules Laplace <jules@okfoc.us>2013-02-22 12:06:16 -0800
commitd1ee2061ffc8a1b311a9c9c0ef1eb4ffde351501 (patch)
treeeae07a4edf433faacf6402bc819f4b536feaf03d /public/index.html
parent6a8ae720310021b13f8aec447482f05641c8f908 (diff)
chat css
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 2336d19..61d4685 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,6 +3,7 @@
<head>
<title>drawdrawdraw</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/zepto.js"></script>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="/js/game.js"></script>
@@ -10,8 +11,17 @@
</head>
<body>
+ <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>
+
</body>
-<script type="text/javascript">
-</script>
</html>