js/12/index.html
2025-03-22 10:32:54 -05:00

11 lines
231 B
HTML

<!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>