File tree Expand file tree Collapse file tree 1 file changed +25
-49
lines changed Expand file tree Collapse file tree 1 file changed +25
-49
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
5
- < meta
6
- name ="viewport "
7
- content ="width=device-width, initial-scale=1.0 "
8
- />
9
- < link
10
- href ="https://fonts.googleapis.com/css2?family=Lato&display=swap "
11
- rel ="stylesheet "
12
- />
13
- < link
14
- rel ="shortcut icon "
15
- href ="3877525.png "
16
- type ="image/x-icon "
17
- />
18
- < link
19
- rel ="stylesheet "
20
- href ="css/style.css "
21
- />
22
- < title > Chronometer</ title >
23
- </ head >
24
3
25
- < body >
26
- < h1 data-chronometer > 00:00:00 </ h1 >
27
- < div id =" allbtn " >
28
- < button
29
- class =" custom-btn btn "
30
- id =" play "
31
- >
32
- play
33
- </ button >
34
- < button
35
- class =" custom-btn btn-16 "
36
- id ="pause "
37
- >
38
- pause
39
- </ button >
40
- < button
41
- class =" custom-btn btn-15 "
42
- id =" reset "
43
- >
44
- reset
45
- </ button >
4
+ < head >
5
+ < meta charset =" UTF-8 " / >
6
+ < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " / >
7
+ < link href =" https://fonts.googleapis.com/css2?family=Lato&display=swap " rel =" stylesheet " />
8
+ < link rel =" shortcut icon " href =" 3877525.png " type =" image/x-icon " />
9
+ < link rel =" stylesheet " href =" css/style.css " />
10
+ < title > Chronometer </ title >
11
+ </ head >
12
+
13
+ < body >
14
+ < h1 data-chronometer > 00:00:00 </ h1 >
15
+ < div id ="allbtn " >
16
+ < button class =" custom-btn btn " id =" play " >
17
+ play
18
+ </ button >
19
+ < button class =" custom-btn btn-16 " id =" pause " >
20
+ pause
21
+ </ button >
22
+ < button class =" custom-btn btn-15 " id =" reset " >
23
+ reset
24
+ </ button >
46
25
47
26
< div class ="MDJAminDiv ">
48
- < a
49
- class ="MDJAmin "
50
- href ="https://github.com/MDJAmin "
51
- > MDJAmin</ a
52
- >
27
+ < a class ="MDJAmin " href ="https://github.com/MDJAmin " target ="_blank "> MDJAmin</ a >
53
28
</ div >
54
29
< script src ="js/script.js "> </ script >
55
- </ body >
56
- </ html >
30
+ </ body >
31
+
32
+ </ html >
You can’t perform that action at this time.
0 commit comments