A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: code page header styles, sync with guide page

+8
+8
src/code.vto
··· 14 14 Make a list of what previously played in the queue. 15 15 --- 16 16 17 + <style> 18 + h2 { 19 + font-size: var(--fs-lg); 20 + opacity: 0.6; 21 + } 22 + </style> 23 + 24 + 17 25 <h1 id="code" hidden>Code</h1> 18 26 19 27