Mercurial > cosocket
annotate openwebchat.html @ 34:10fcf63961d8
More misc. changes.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 27 Apr 2009 16:01:52 -0700 |
parents | 8146a59c8045 |
children | 882b75e96c17 |
rev | line source |
---|---|
26 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 <head> | |
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
6 <link rel="stylesheet" type="text/css" media="all" | |
7 href="openwebchat.css" /> | |
8 <title>Open Web Chat</title> | |
9 </head> | |
10 <body> | |
34 | 11 <content> |
12 <div id="incoming-messages"></div> | |
33
8146a59c8045
Added basic 'chat' functionality.
Atul Varma <varmaa@toolness.com>
parents:
26
diff
changeset
|
13 <textarea id="outgoing-message"></textarea> |
34 | 14 </content> |
26 | 15 </body> |
16 <script src="jquery.js"></script> | |
33
8146a59c8045
Added basic 'chat' functionality.
Atul Varma <varmaa@toolness.com>
parents:
26
diff
changeset
|
17 <script src="json2.js"></script> |
26 | 18 <script src="openwebchat.js"></script> |
19 </html> |