-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (77 loc) · 1.86 KB
/
index.html
File metadata and controls
80 lines (77 loc) · 1.86 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<title>Slick Soundboard</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img class="image"
width=500
height=500
src="img/pogchamp.png"/>
<img class="image"
style="left:60%;"
width=500
height=500
src="img/pogchamp.png"/>
<center>
<img src="img/ape.gif"/><br>
<table class="table1">
<tbody>
<tr>
<td>Gorilla</td>
<td><audio controls loop src="sound/gurr.mp3"></audio></td>
</tr>
<tr>
<td>Chicken</td>
<td><audio controls loop src="sound/chicken.mp3"></audio></td>
</tr>
<tr>
<td>Four</td>
<td><audio controls loop src="sound/four.mp3"></audio></td>
</tr>
<tr>
<td>Gay</td>
<td><audio controls loop src="sound/gay.mp3"></audio></td>
</tr>
<tr>
<td>Hentai</td>
<td><audio controls loop src="sound/hentai.mp3"></audio></td>
</tr>
<tr>
<td>REEEEE</td>
<td><audio controls loop src="sound/ree.mp3"></audio></td>
</tr>
<tr>
<td>Vrooom!</td>
<td><audio controls loop src="sound/vroom.mp3"></audio></td>
</tr>
<tr>
<td>Wamen</td>
<td><audio controls loop src="sound/wamen.mp3"></audio></td>
</tr>
<tr>
<td>Laugh</td>
<td><audio controls loop src="sound/lol.mp3"></audio></td>
</tr>
<tr>
<td>Russian Female</td>
<td><audio controls loop src="sound/russian.mp3"></audio></td>
</tr>
<tr>
<td>Majestic Butt</td>
<td><audio controls loop src="sound/mbutt.mp3"></audio></td>
</tr>
<tr>
<td>Butt Death</td>
<td><audio controls loop src="sound/butt.mp3"></audio></td>
</tr>
<tr>
<td>Song</td>
<td><audio controls loop src="sound/song.mp3"></audio></td>
</tr>
</tbody>
</table>
</center>
</body>
</html>