parent
70dc2d08a6
commit
41d2c7cbac
6 changed files with 99 additions and 5 deletions
src/components
8
src/components/Music.astro
Normal file
8
src/components/Music.astro
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div
|
||||
id="last-track-widget"
|
||||
class="motion-music opacity-0 flex flex-col absolute top-0 left-0 m-8"
|
||||
>
|
||||
<p>Loading music data...</p>
|
||||
</div>
|
||||
|
||||
<script src="/src/js/music.ts"></script>
|
Loading…
Add table
Add a link
Reference in a new issue