RaptusBackend / Admin /Public /divideQs.html
GitHub Actions
Initial commit
df72131
raw
history blame contribute delete
535 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Round Form</title>
</head>
<body>
<h1>Room Form</h1>
<form action="/room/divide" method="POST">
<label for="Round">Divide questions for which Round:</label>
<input type="number" id="Round" name="Round" required><br><br>
<label for="Questions">How many Questions in each room of above entered room:</label>
<input type="number" id="Questions" name="Questions" required><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>