File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="UTF-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < title > Document</ title >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Stop watch</ title >
7
+ < link rel ="stylesheet " href ="style.css ">
7
8
</ head >
8
9
< body >
9
-
10
+ < div class ="container ">
11
+ < h1 > Stopwatch</ h1 >
12
+ < div class ="stopwatch ">
13
+ < span id ="minutes "> 00</ span > :< span id ="seconds "> 00</ span > :< span id ="milliseconds "> 00</ span >
14
+ </ div >
15
+ < div class ="buttons ">
16
+ < button id ="start "> Start</ button >
17
+ < button id ="stop "> Stop</ button >
18
+ < button id ="reset "> Reset</ button >
19
+ </ div >
20
+ </ div >
21
+ < script src ="script.js "> </ script >
10
22
</ body >
11
- </ html >
23
+ </ html >
You can’t perform that action at this time.
0 commit comments