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"
|
||||
|
|
Reference in a new issue