diff options
Diffstat (limited to 'tpls/chat.html')
-rw-r--r-- | tpls/chat.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tpls/chat.html b/tpls/chat.html index 27ad69f..35582c7 100644 --- a/tpls/chat.html +++ b/tpls/chat.html @@ -8,8 +8,12 @@ <link rel="stylesheet" type="text/css" href="/static/style.css" /> </head> <body> + <h1>{{.Roomname}}</h1> - <ul id="buddies"></ul> + <div id="buddiescontainer"> + <h2>Users online</h2> + <ul id="buddies"></ul> + </div> <ul id="chatlog"></ul> <div id="chatinput"> <input type="text" name="chattext" id="chattext"/> |