-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-START.html
33 lines (29 loc) · 1.17 KB
/
index-START.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My drummer kit</title>
<link rel="stylesheet" href="C:\Users\Vishwas Srivastava\Downloads\01 - JavaScript Drum Kit\style.css">
</head>
<body>
<button class="a drum" type="button" ><h2 class="white">a</h2>
</button>
<button class="s drum" type="button" name="button" class="white"><h2 class="white">s</h2>
</button>
<button class="d drum" type="button" name="button"><h2 class="white">d</h2>
</button>
<button class="f drum" type="button" name="button"><h2 class="white">f</h2>
</button>
<button class="g drum" type="button" name="button"><h2 class="white">g</h2>
</button>
<button class="h drum" type="button" name="button"><h2 class="white">h</h2>
</button>
<button class="j drum" type="button" name="button"> <h2 class="white">j</h2>
</button>
<button class="k drum" type="button" name="button"><h2 class="white">k</h2>
</button>
<button class="l drum" type="button" name="button"><h2 class="white">l</h2>
</button>
<script src="index.js" charset="utf-8"></script>
</body>
</html>