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,24 +1,27 @@
<!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>
<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>
</body>
<div class="info" id="show-info"></div>
<div id="shows">
<ul></ul>
</div>
</body>
</html>

View file

@ -1,24 +1,24 @@
{
"plugins": ["plugins/markdown.js"],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "./docs"
},
"templates": {
"default": {
"includeDate": false
}
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": false,
"private": false,
"navLevel": 0,
"removeQuotes": "none",
"scripts": []
"plugins": ["plugins/markdown.js"],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "./docs"
},
"templates": {
"default": {
"includeDate": false
}
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": false,
"private": false,
"navLevel": 0,
"removeQuotes": "none",
"scripts": []
}
}