Skip to content

Commit

Permalink
1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 22, 2024
1 parent 1480d26 commit acb8b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<link rel="icon" href="/favicon.png" sizes="192x192" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@radio4000/[email protected].49/dist/style.css"
href="https://cdn.jsdelivr.net/npm/@radio4000/[email protected].50/dist/style.css"
/>
<link rel="stylesheet" href="./index.css" />
<!-- <script type="module" src="https://cdn.jsdelivr.net/npm/@radio4000/[email protected].49/dist/r4.js"></script> -->
<!-- <script type="module" src="https://cdn.jsdelivr.net/npm/@radio4000/[email protected].50/dist/r4.js"></script> -->
<script type="module">
import r4 from "https://cdn.jsdelivr.net/npm/@radio4000/[email protected].49";
import r4 from "https://cdn.jsdelivr.net/npm/@radio4000/[email protected].50";
</script>
<script type="module">
/* App config
Expand Down

0 comments on commit acb8b03

Please sign in to comment.