ocarina/html/index.html

22 lines
544 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="controls.html">Remote Controls</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>