-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Drum Kit</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
</head>
<body>
<h1 id="title">Drum <img src="images/drum_1f941.gif" style="block-size: 100px;"> Kit</h1>
<div class="set">
<button class="w drum">w</button>
<button class="a drum">a</button>
<button class="s drum">s</button>
<button class="d drum">d</button>
<button class="j drum">j</button>
<button class="k drum">k</button>
<button class="l drum">l</button>
</div>
<script src="index.js" charset="UTF-8"></script>
</body>
<footer>
<iframe src="https://giphy.com/embed/LQHm8ShilHOSI" width="120" height="120" frameBorder="0"></iframe>
👨💻 Eshan Tiwari 👨💻
<iframe src="https://giphy.com/embed/opvm3FXT2qYus" width="120" height="120" frameBorder="0"></iframe><br>
<img src="images/drum_1f941.gif" style="block-size: 25px;">Dance to your heart❤️beat <img src="images/drum_1f941.gif" style="block-size: 25px;"><br>
</footer>
</html>