Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
grrrwaaa committed Nov 12, 2024
1 parent c125872 commit 0d05823
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions radio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
margin-right: 10%;
}

.grey {
color: grey;
}

.middle {
width: 60%;
height: 60vh;
Expand All @@ -45,13 +49,13 @@
<div class="middle">
<noscript>You need to enable JavaScript to run this app.</noscript>
<pre id="date">[loading]</pre>
<div id="channels">Channels:<br></div>
<div id="channels" class="grey">Select channel:<br></div>

<script src="https://unpkg.com/[email protected]/dist/index.js"></script>
<script type="module" src="radio.js"></script>
<canvas id="scope" width="200" height="80px"></canvas>
<div id="title"></div>
<i id="author"></i>
<i id="author" class="grey"></i>
</div>
</body>
</html>

0 comments on commit 0d05823

Please sign in to comment.