-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.12 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
<!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>Sound Board</title>
</head>
<body>
<div id="new-content">
<audio id="Bewafa" src="sounds/Bewafa.mp3"> </audio>
<audio id="Brown Rang" src="sounds/Brown Rang.mp3"></audio>
<audio id="Dope Shope" src="sounds/Dope Shope.mp3"></audio>
<audio id="Khairiyat" src="sounds/Khairiyat.mp3"></audio>
<audio id="Lut Gaye" src="sounds/Lut Gaye.mp3"></audio>
<audio id="Unstoppable" src="sounds/Unstoppable.mp3"></audio>
<audio id="Barbadiyan" src="sounds/Barbaadiyan Shiddat 320 Kbps.mp3"></audio>
<audio id="BreakUp Party" src="sounds/Breakup Party (ft Leo) Yo Yo Honey Singh.mp3"></audio>
<audio id="Aate jate khubsurat" src="sounds/AATE JATE KHOOBSURAT.mp3"></audio>
<audio id="Arambh hai prachand" src="sounds/Aarambh hai Prachand.mp3"></audio>
<audio id ="Pasoori" src="sounds/Pasoori - Shae Gill.mp3"></audio>
</div>
<div id="buttons"></div>
<script src="script.js"></script>
</body>
</html>