This commit is contained in:
boyska 2023-09-14 00:34:55 +01:00
parent 3d0ac08488
commit 67fb372516
2 changed files with 44 additions and 41 deletions

View file

@ -1,9 +1,14 @@
<!doctype html>
<html>
<head>
<style>
.info {border: 1px solid gray; max-width: 20em; padding: 0.3em; font-family: monospace;}
</style>
<style>
.info {
border: 1px solid gray;
max-width: 20em;
padding: 0.3em;
font-family: monospace;
}
</style>
</head>
<body>
Ciao
@ -11,14 +16,12 @@
<script src="dist/radiomanifest-oldstyle.bundle.js"></script>
<script src="ui.js"></script>
<div id="player">
<audio controls>
</audio>
<audio controls></audio>
<div class="info" id="now-info"></div>
</div>
<div class="info" id="show-info"> </div>
<div class="info" id="show-info"></div>
<div id="shows">
<ul>
</ul>
<ul></ul>
</div>
</body>
</html>