We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7098a commit 2d8535cCopy full SHA for 2d8535c
public/clock.js
public/ui/start_room/landingPage.html
@@ -7,15 +7,17 @@
7
</head>
8
<body>
9
<div class="container">
10
- <h1>Start Context Text</h1>
+ <h1>Start The Contest!!!</h1>
11
+ <p>Questions: </p>
12
<select id="dropdown">
13
<option value="0">4 Easy</option>
14
<option value="1">2 Easy 2 Medium</option>
15
<option value="2">4 Medium</option>
16
<option value="3">2 Medium 2 Hard</option>
17
<option value="4">4 Hard</option>
18
</select>
- <br>
19
+ <br><br>
20
+ <p>Time (in minutes):</p>
21
<input type="number" id="time" placeholder="Enter time in minutes" value="30">
22
<br>
23
<button id="startButton">Start</button>
0 commit comments