Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -9,10 +9,10 @@
|
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<h1>Clicks Per Second Test</h1>
|
| 12 |
-
<div class="timer"
|
| 13 |
<button class="start-button" id="start-button">Start</button>
|
| 14 |
-
<div class="
|
| 15 |
-
<div class="
|
| 16 |
</div>
|
| 17 |
|
| 18 |
<script src="script.js"></script>
|
|
|
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<h1>Clicks Per Second Test</h1>
|
| 12 |
+
<div class="timer" id="timer">15:00</div>
|
| 13 |
<button class="start-button" id="start-button">Start</button>
|
| 14 |
+
<div class="clicks-per-second" id="clicks-per-second">Clicks Per Second: 0</div>
|
| 15 |
+
<div class="total-clicks" id="total-clicks">Total Clicks: 0</div>
|
| 16 |
</div>
|
| 17 |
|
| 18 |
<script src="script.js"></script>
|