Initial commit

This commit is contained in:
Alexandre NOEL 2024-08-08 09:47:25 +02:00 committed by Gogs
commit 578a0fe1a2
2 changed files with 241 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# Simple-Audio-Player
Simple Audio Player is an Open Source HTML/CSS/JS script which allow playing MP3/OGG files directly inside your browser.
It's a fork from a user Sekedus I found on CodePen.io.
Optimize I've done :
- Auto play on click
- Auto next at the end of a song
- Responsive (Desktop/Mobile)