Skip to content

Commit

Permalink
0.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 26, 2024
1 parent c08e136 commit b9de59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="icon" href="/favicon.png" sizes="192x192" />
<link rel="stylesheet" href="/index.css" />
<!-- @radio4000/components -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.62/dist/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.63/dist/style.css" />
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.62/dist/r4.js'
import 'https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.63/dist/r4.js'
</script>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// currently not-used, only index.html is (this is for the vite.js setup)
import "./index.css";
import r4 from "@radio4000/components";
import "@radio4000/components/style";
Expand Down

0 comments on commit b9de59b

Please sign in to comment.