Skip to content

Commit 7780f67

Browse files
authoredMar 3, 2024
Update index.html
1 parent d194876 commit 7780f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
11+
1112
<div class="stopwatch">
1213
<h1 id="display">00:00:00</h1>
1314
<button id="start" onclick="start()">Start</button>
@@ -16,4 +17,4 @@ <h1 id="display">00:00:00</h1>
1617
</div>
1718
<script src="script.js"></script>
1819
</body>
19-
</html>
20+
</html>

0 commit comments

Comments
 (0)