This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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>