|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Title and Icon -->
|
|
|
|
|
|
|
|
|
|
<title>MiroTalk SFU - Free Video Calls, Messaging and Screen Sharing.</title>
|
|
|
|
|
<title>MiroTalk SFU, Free Video Calls, Messaging and Screen Sharing</title>
|
|
|
|
|
<link rel="shortcut icon" href="../images/logo.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" href="../images/logo.svg" />
|
|
|
|
|
|
|
|
|
|
@ -111,16 +111,18 @@
|
|
|
|
|
Pick a room name.<br />
|
|
|
|
|
How about this one?
|
|
|
|
|
</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="cta">
|
|
|
|
|
<div class="mb-24">
|
|
|
|
|
<label for="roomName"></label>
|
|
|
|
|
<input class="button" type="text" id="roomName" value="" />
|
|
|
|
|
<button
|
|
|
|
|
class="button button-primary button-wide-mobile pulse"
|
|
|
|
|
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
|
|
|
|
|
>
|
|
|
|
|
Join to room
|
|
|
|
|
</button>
|
|
|
|
|
<div class="form-group-desktop">
|
|
|
|
|
<input class="form-input" type="text" id="roomName" value="" />
|
|
|
|
|
<button
|
|
|
|
|
class="button button-primary pulse"
|
|
|
|
|
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
|
|
|
|
|
>
|
|
|
|
|
Join to room
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|