This commit is contained in:
2025-03-22 10:32:54 -05:00
parent 87e1e634a9
commit 8b0eff9b34
13 changed files with 606 additions and 134 deletions

11
12/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Music</title>
</head>
<body>
<button id="play">Play</button>
<p id="playing" style="display: none">Playing</p>
<script src="script.js"></script>
</body>
</html>