GitHub Actions
Initial commit
df72131
raw
history blame contribute delete
459 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Round Form</title>
</head>
<body>
<h1>Room Form</h1>
<form action="/room/enter" method="POST">
<label for="MaxTeams">MaxTeams:</label>
<input type="number" id="MaxTeams" name="MaxTeams" required><br><br>
<label for="Round">Round:</label>
<input type="number" id="Round" name="Round" required><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>