🌶🍲 Checkpoint

./views/room.handlebars:530995/365
./server.js:530995/486
./views/join.handlebars:530995/26
./package.json:530995/1360
This commit is contained in:
Glitch (hello-express)
2020-04-09 10:30:15 +00:00
parent c2acb83882
commit 0c20db100b
5 changed files with 23 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
<p>Tell me your (team) name:</p>
<form>
<form method="POST">
<label>
Name
<input name="name" type="text" maxlength="100" required>

View File

@@ -12,21 +12,15 @@
</head>
<body>
<header>
<h1>Join {{room}}</h1>
<h1>{{room}}</h1>
</header>
<main>
<h2>Oh hi,</h2>
<p>Tell me your (team) name:</p>
<form>
<label>
Name
<input name="name" type="text" maxlength="100" required>
</label>
<button type="submit" id="submit-name">Submit</button>
</form>
<h2>Oh hi, {{name}}</h2>
<button id="buzzer">
BUZZ
</button>
</main>
</body>
</html>