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