Add links to open chat, video, and both separatly

closes #77
This commit is contained in:
joeyak 2019-03-31 17:25:24 -04:00
parent 6923b13af9
commit 4758cd68bd
1 changed files with 7 additions and 0 deletions

View File

@ -105,6 +105,13 @@
<div>
<input id="name" type="text" maxlength="36">
<input id="join" type="button" class="button pretty-button" onclick="join();" value="Join" />
{{if .Video}}
<div style="display: flex; flex-direction: column; align-items: center;">
<a href="/chat">Chat Only</a>
<a href="/video">Video Only</a>
<a href="/video" onclick="window.open('/chat', '_blank');">Both Separatly</a>
</div>
{{end}}
</div>
</div>
</div>