-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 972 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>DrumKit</title>
</head>
<body>
<h1 id="title">Drum Kit</h1>
<!-- <form action="none.html" method="POST">
<input type="text">
<input type="button" value="submit">
</form> -->
<!-- <a href="https://rajshaladarpan.nic.in/SD4/Home/Public2/Default.aspx" class="href">visit shala darpan</a>
<a href="https://rajshaladarpan.nic.in/SD4/Home/Staff/default.aspx" class="href">visit staff window</a> -->
<div class="set">
<button class="t1 drum">t1</button>
<button class="t2 drum">t2</button>
<button class="t3 drum">t3</button>
<button class="c drum">c</button>
<button class="k drum">k</button>
<button class="s drum">s</button>
</div>
<script src="script.js"></script>
</body>
</html>