Skip to content

Uchevincent/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Music-Player

html

<title>Music Player</title> Your browser does not support the audio element. <script> const musicPlayer = document.getElementById('musicPlayer'); // Play the music musicPlayer.play(); // Pause the music musicPlayer.pause(); // Stop the music musicPlayer.pause(); musicPlayer.currentTime = 0; </script>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published