index.html

changeset 0
84917e0f649d
child 1
472c3486b43e
equal deleted inserted replaced
-1:000000000000 0:84917e0f649d
1 <html>
2 <head>
3 <style type="text/css">
4 #support-chat
5 {
6 }
7 #support-input
8 {
9 width:100%;
10 }
11 #support-send-button
12 {
13 float:right;
14 }
15 </style>
16 </head>
17 <body>
18 <div id="support-chat">
19 <div id="support-log">Hello</div>
20 <input id="support-input" type="text" value="Hello" />
21 <input id="support-send-button" type="submit" value="Send" />
22 </div>
23 </body>
24 </html>

mercurial