
Untitled
By: a guest on
Apr 17th, 2011 | syntax:
None | size: 0.89 KB | hits: 78 | expires: Never
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NodeJs WS Chat</title>
<style type="text/css">
body {
padding-left: 8em; }
ul.navbar {
position: absolute;
top: 2em;
left: 1em }
ul.userlist {
position: absolute;
top: 2em;
right: 1em }
textarea.chatbox {
resize: none;
margin-right: 1em;
width: 100%;
}
textarea.chatbox2 {
margin-right: 1em;
resize: none;
}
</style>
</head>
<body>
<ul class="navbar" >
<li><a href="javascript:void(0)" onclick="login()">Log In</a>
</ul>
<ul class="userlist" ><li />test<li /> test2<li /> test4<li />test 6</ul>
<h1>Chatbox</h1>
<p>A chatbox test thing.</p>
<p >
<textarea class="chatbox" disabled readonly rows=8 cols=50 id="box1" ></textarea> <br />
<textarea class="chatbox2" disabled rows=1 cols=50 id="box2" ></textarea></p>
</body>
</html>