Better handling of room creation and management

This commit is contained in:
2020-11-27 18:29:18 +00:00
parent 5716a9338a
commit aad99975c6
11 changed files with 2898 additions and 91 deletions

View File

@@ -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>