Update session display

This commit is contained in:
Kai Vogelgesang
2020-04-17 02:25:12 +02:00
parent 940fed4bdf
commit 785504ab6c
3 changed files with 9 additions and 5 deletions

View File

@@ -9,8 +9,8 @@
<body>
this is the UI
<br>
<span id="current_session">You are not in any session.</span>
<br>
<span id="current_session">You are not in any session.</span><br>
<span id="all_sessions"></span><br>
<br>
<button id="btn_create_session">Create session</button>
<br><br><br>