Skip to content

Commit

Permalink
Make styles from root
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 23, 2024
1 parent 1fac809 commit 853cc3e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@
<meta name="description" content="Collect, curate, play and share your own radio channel" />
<link rel="manifest" href="/webmanifest.json" />
<link rel="icon" href="/favicon.png" sizes="192x192" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.51/dist/style.css"
/>
<link rel="stylesheet" href="./index.css" />
<!-- <script type="module" src="https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.51/dist/r4.js"></script> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.51/dist/style.css" />
<link rel="stylesheet" href="/index.css" />
<script type="module">
import r4 from "https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.51";
</script>
<script type="module">
import r4 from "https://cdn.jsdelivr.net/npm/@radio4000/components@0.1.51";

/* App config
- get the public environment config from a json file,
- set it on the app's custom-element
Expand Down

0 comments on commit 853cc3e

Please sign in to comment.