forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path179.html
More file actions
26 lines (22 loc) · 1.03 KB
/
179.html
File metadata and controls
26 lines (22 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://cdn.jsdelivr.net/gh/genizy/soundboard@main/">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5521219086088837" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-"></script>
<meta charset="UTF-8">
<title>Soundboard</title>
<script src="sounds.js" type="module"></script>
<script src="main.js" type="module"></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="controls">
<button id="toggleFavorites" class="control-button favorites-toggle">⭐ Favorites: OFF</button>
<button id="toggleButton" class="control-button overlap-toggle">🔇 Overlap: OFF</button>
<button id="stopButton" class="control-button stop-button">⏹️ Stop All Sounds</button>
<input id="searchInput" type="text" placeholder="Search sounds...">
</div>
<div id="soundboard"></div>
</body>
</html>