A music player that connects to your cloud/distributed storage.
at v4 12 lines 132 B view raw
1body { 2 margin: 0; 3 overflow: hidden; 4 padding: 0; 5} 6 7iframe { 8 border: 0; 9 display: block; 10 height: 100dvh; 11 width: 100%; 12}