-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 962 Bytes
/
Copy pathindex.html
File metadata and controls
33 lines (27 loc) · 962 Bytes
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>Drum Pad❤️</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Arvo">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
</head>
<body id="bdy" class="">
<h1 id="title">Drumpao 🥁 😎 </h1>
<h3 class="title2">bahjate raho!!!</h3>
<div class="set">
<button class="w drum" wdrum>w</button>
<button class="a drum"adrum>a</button>
<button class="s drum"sdrum>s</button>
<button class="d drum"ddrum>d</button>
<button class="j drum"jdrum>j</button>
<button class="k drum"kdrum>k</button>
<button class="l drum"ldrum>l</button>
</div>
<script src="index.js"></script>
<footer>
Created with ❤️ by <a href="https://linkedin.com/in/vcint" style="text-decoration: none; color: azure;">MR.Vinay</a>
</footer>
</body>
</html>