ocarina/html/index.html
Bryan Schumaker c02bffb652 libsaria: Web server controls playback
I can choose songs to play by clicking rows in an html table.  I also
write text to the client as it becomes available, rather than doing it
all at once.
2011-05-15 15:39:14 -04:00

21 lines
481 B
HTML

<html>
<!--<head>
<script type="text/javascript" src="utils.js"></script>-->
</head>
<body>
<table>
<tr><td><a href="library.html">Library Browser</a></td></tr>
<!--<tr><td><a href="library2.py">Library Browser 2</a></td></tr>
<tr><td><a href="controls.html">Remote Controls</a></td></tr>
<tr><td id="vers"></td><td id="up"></td></tr>-->
</table>
<!--<script type="text/javascript">
set_attr_once("version", "vers");
set_attr("uptime", "up");
</script>-->
</body>
</html>