This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/_includes/partials/now-playing.liquid
2024-02-28 15:20:26 -08:00

5 lines
No EOL
244 B
Text

<script type="module" src="/assets/scripts/components/now-playing.js"></script>
<now-playing api-url="/api/now-playing">
<p class="loading text--blurred fade">🎧 Loading...</p>
<p class="content fade" style="opacity:0"></p>
</now-playing>