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: clean up the index page a bit

+10 -10
+10 -10
src/pages/index.astro
··· 85 85 listen to audio from various sources on your devices and the web, and to create the ideal digital 86 86 listening experience for you. 87 87 </p> 88 - <p> 89 - These applets can be used in various ways. The main ways so far are: (a) through <a 90 - href="#themes">themes</a 91 - >, a traditional browser (web application) approach, and (b) <a href="#abstractions" 92 - >abstractions</a 93 - > for non-browser systems. 94 - </p> 88 + <p>These applets can be used in various ways. The main ways so far are through:</p> 89 + <ul> 90 + <li><a href="#themes">Themes</a>, a traditional browser (web application) approach.</li> 91 + <li><a href="#abstractions">Abstractions</a>, for non-browser systems.</li> 92 + <li> 93 + Using <a href="#constituents">various parts</a> of themes and abstractions separately in different 94 + browser tabs. 95 + </li> 96 + </ul> 95 97 <p> 96 - <strong 97 - >TODO: Figure out how to present this to users who just want to use the damn thing.</strong 98 - > 98 + <strong>⚠️ Heavily experimental</strong> 99 99 </p> 100 100 </header> 101 101 <main>