Some improvements
This commit is contained in:
parent
82dd6fd398
commit
46e69ad87b
6 changed files with 134 additions and 69 deletions
|
@ -52,17 +52,17 @@
|
|||
</div>
|
||||
<main>
|
||||
<div class="card jumbo">
|
||||
<h1 class="medium-header">Hi there</h1>
|
||||
<h1 class="medium-header">Video Chat</h1>
|
||||
<hr />
|
||||
<p>
|
||||
Please create a new room, or join an existing room using the
|
||||
form below. If a room doesn't exist it will be created.<br />
|
||||
If a room name is not specified a random one will be
|
||||
selected
|
||||
</p>
|
||||
<p>Enter a room name to join or create a room.</p>
|
||||
|
||||
<div class="input-group full-border">
|
||||
<input type="text" id="go-input" class="input-field" />
|
||||
<input
|
||||
type="text"
|
||||
placeholder="My room name"
|
||||
id="go-input"
|
||||
class="input-field"
|
||||
/>
|
||||
<a class="input-item button" id="go">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
@ -39,6 +39,21 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="novideo">
|
||||
<h1 class="medium-header">No Video / Audio Device Found</h1>
|
||||
<div>
|
||||
<p>
|
||||
You either denied access to a video/audio device, or one was
|
||||
not found.
|
||||
</p>
|
||||
<p>
|
||||
Please make sure you have a microphone and webcam/camera.
|
||||
<br />
|
||||
Once you are done please
|
||||
<a href="javascript:window.location.reload()">reload</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<main><div id="videos"></div></main>
|
||||
<div id="options" class="card">
|
||||
<div id="change-name">
|
||||
|
|
Reference in a new issue