aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/basic.html
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/basic.html')
-rw-r--r--webclient/basic.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/webclient/basic.html b/webclient/basic.html
index 1d6d16f..c612c3c 100644
--- a/webclient/basic.html
+++ b/webclient/basic.html
@@ -16,7 +16,12 @@
<input type='button' id='connect' value='connect'>
</form>
</div>
- <hr>
- <div id='log'></div>
+ <hr/>
+ <div id='contacts' style="float:left; width:40%; height:100%">
+ <h2>Contacts :</h2>
+ <ul>
+ </ul>
+ </div>
+ <div id='log' style="position:fixed; bottom:0px; width:100%; height:200px; overflow:scroll; border-top:1px solid black"></div>
</body>
</html>