a
This commit is contained in:
11
12/index.html
Normal file
11
12/index.html
Normal 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>
|
Reference in New Issue
Block a user