Skip to content

Commit 8aeccb3

Browse files
committed
add target & CC
1 parent f7cda6a commit 8aeccb3

File tree

1 file changed

+25
-49
lines changed

1 file changed

+25
-49
lines changed

index.html

Lines changed: 25 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,32 @@
11
<!DOCTYPE html>
22
<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>
243

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>
4625

4726
<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>
5328
</div>
5429
<script src="js/script.js"></script>
55-
</body>
56-
</html>
30+
</body>
31+
32+
</html>

0 commit comments

Comments
 (0)