Skip to content

Commit

Permalink
try fix relative path import HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 26, 2024
1 parent b404283 commit f1df93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Radio</title>
<meta name="description" content="Radio">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="/index.css" />
<link rel="stylesheet" href="./index.css" />
<script type="module">
import R4Radio from '/index.js'
import R4Radio from './index.js'

/* App config
- get the public environment config from a json file,
Expand Down

0 comments on commit f1df93e

Please sign in to comment.