Better handling of room creation and management
This commit is contained in:
@@ -10,13 +10,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Join {{room}}</h1>
|
||||
<h1>Join '{{room}}'</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h2>Oh hi,</h2>
|
||||
|
||||
<p>Tell me your (team) name:</p>
|
||||
<h2>Please tell me your (team) name:</h2>
|
||||
|
||||
<form method="POST">
|
||||
<label>
|
||||
@@ -25,10 +23,6 @@
|
||||
</label>
|
||||
<button type="submit" id="submit-name">Submit</button>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
<a href="/{{room}}/audience">Join the audience</a>
|
||||
</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user