Spaces:
Runtime error
Runtime error
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Music Player</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<div id="app"> | |
<input type="text" id="search" placeholder="Search music..."> | |
<div id="music-list"></div> | |
<div id="loading" style="display:none;">Loading...</div> | |
<button id="toggle-play">Pause</button> | |
</div> | |
<script src="script.js"></script> | |
</body> | |
</html> |