ocarina/html/index.html

21 lines
446 B
HTML
Raw Normal View History

<html>
<head>
<script type="text/javascript" src="utils.js"></script>
</head>
<body>
<table>
<tr><td><a href="library.py">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="version"></td><td id="uptime"></td></tr>
</table>
<script type="text/javascript">
set_attr("version");
set_attr("uptime");
</script>
</body>
</html>