]>
git.scottworley.com Git - reliable-chat/blob - webclient/rc.html
1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns=
"http://www.w3.org/1999/xhtml">
6 <title>Reliable Chat
</title>
7 <link rel=
"stylesheet" title=
"Default style" href=
"rc.css" type=
"text/css"/>
8 <script type=
"text/javascript" src=
"rc.js"></script>
12 <table id=
"outer-table">
13 <tr><td id=
"history"></td></tr>
14 <tr><td id=
"status"> </td></tr>
15 <tr><td><form name=
"input" onsubmit=
"return false"><input id=
"say" onkeydown=
"return rckeydown(event)"></input></form></td></tr>