Add audio player component

This commit is contained in:
2024-01-20 13:57:19 -06:00
parent 2dc115b3e4
commit abe4a52de4
6 changed files with 99 additions and 0 deletions

Binary file not shown.

4
assets/css/main.css Normal file
View File

@@ -0,0 +1,4 @@
main {
margin: auto;
width: 50rem;
}

BIN
assets/images/doge.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

1
assets/js/main.js Normal file
View File

@@ -0,0 +1 @@
import '../../components/audioPlayer/audioPlayer.js';