radiomanifest.js/index.html
2023-09-14 00:34:55 +01:00

27 lines
584 B
HTML

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