Skip to content

Commit 0c946dd

Browse files
committed
add btn's
1 parent cbf7be9 commit 0c946dd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="stylesheet" href="css/style.css" />
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<div>
11+
<button>
12+
<span>Click</span>
13+
</button>
14+
<button>
15+
<span>Click</span>
16+
</button>
17+
<button>
18+
<span>Click</span>
19+
</button>
20+
</div>
21+
<script src="js/script.js"></script>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)