Update index.html
Browse files- index.html +10 -8
index.html
CHANGED
@@ -160,14 +160,7 @@
|
|
160 |
<label for="seconds-input">Seconds:</label>
|
161 |
<input type="number" id="seconds-input" value="0" min="0">
|
162 |
</div>
|
163 |
-
|
164 |
-
<label for="active-dot-color">Active Dot Color:</label>
|
165 |
-
<input type="color" id="active-dot-color" value="#f39c12">
|
166 |
-
</div>
|
167 |
-
<div>
|
168 |
-
<label for="inactive-dot-color">Inactive Dot Color:</label>
|
169 |
-
<input type="color" id="inactive-dot-color" value="#555555">
|
170 |
-
</div>
|
171 |
|
172 |
<button id="start-timer">Start Timer</button>
|
173 |
<button id="pause">Pause</button>
|
@@ -176,6 +169,15 @@
|
|
176 |
<button id="start-stopwatch">Start Stopwatch</button>
|
177 |
</div>
|
178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
<div class="timer-display" id="timer-display">00:00:00</div>
|
180 |
|
181 |
<div class="grid-container">
|
|
|
160 |
<label for="seconds-input">Seconds:</label>
|
161 |
<input type="number" id="seconds-input" value="0" min="0">
|
162 |
</div>
|
163 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
|
165 |
<button id="start-timer">Start Timer</button>
|
166 |
<button id="pause">Pause</button>
|
|
|
169 |
<button id="start-stopwatch">Start Stopwatch</button>
|
170 |
</div>
|
171 |
|
172 |
+
<div>
|
173 |
+
<label for="active-dot-color">Active Dot Color:</label>
|
174 |
+
<input type="color" id="active-dot-color" value="#f39c12">
|
175 |
+
</div>
|
176 |
+
<div>
|
177 |
+
<label for="inactive-dot-color">Inactive Dot Color:</label>
|
178 |
+
<input type="color" id="inactive-dot-color" value="#555555">
|
179 |
+
</div>
|
180 |
+
|
181 |
<div class="timer-display" id="timer-display">00:00:00</div>
|
182 |
|
183 |
<div class="grid-container">
|