chore: organization
This commit is contained in:
parent
1932b02c8f
commit
e3e4ab0335
39 changed files with 44 additions and 44 deletions
5
src/_includes/partials/widgets/now-playing.liquid
Normal file
5
src/_includes/partials/widgets/now-playing.liquid
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script type="module" src="/assets/scripts/components/api-text.js"></script>
|
||||
<api-text class="client-side" api-url="/api/now-playing">
|
||||
<p class="loading">🎧 Loading...</p>
|
||||
<p class="content"></p>
|
||||
</api-text>
|
Reference in a new issue