Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<h1>Click Per Second Tracker</h1>
|
12 |
<div id="timer" class="timer">15</div>
|
13 |
<button id="clickButton" class="start-button">Start</button>
|
14 |
-
|
15 |
<div id="cpsDisplay" class="cps-display">CPS: 0.00</div>
|
16 |
</div>
|
17 |
<script src="script.js"></script>
|
|
|
11 |
<h1>Click Per Second Tracker</h1>
|
12 |
<div id="timer" class="timer">15</div>
|
13 |
<button id="clickButton" class="start-button">Start</button>
|
14 |
+
|
15 |
<div id="cpsDisplay" class="cps-display">CPS: 0.00</div>
|
16 |
</div>
|
17 |
<script src="script.js"></script>
|