Skip to content

Commit 2d8535c

Browse files
cleaned the code
1 parent bb7098a commit 2d8535c

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

public/clock.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

public/ui/start_room/landingPage.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
</head>
88
<body>
99
<div class="container">
10-
<h1>Start Context Text</h1>
10+
<h1>Start The Contest!!!</h1>
11+
<p>Questions: </p>
1112
<select id="dropdown">
1213
<option value="0">4 Easy</option>
1314
<option value="1">2 Easy 2 Medium</option>
1415
<option value="2">4 Medium</option>
1516
<option value="3">2 Medium 2 Hard</option>
1617
<option value="4">4 Hard</option>
1718
</select>
18-
<br>
19+
<br><br>
20+
<p>Time (in minutes):</p>
1921
<input type="number" id="time" placeholder="Enter time in minutes" value="30">
2022
<br>
2123
<button id="startButton">Start</button>

0 commit comments

Comments
 (0)