11 lines
231 B
HTML
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> |