ocarina/html/index.html

19 lines
385 B
HTML
Raw Normal View History

<html>
<head>
<!--<script type="text/javascript" src="test.js"></script>-->
<script type="text/javascript">
function message()
{
document.getElementById("bryan").innerHTML = "Internal javascript test!";
}
</script>
</head>
<body>
<!--<a id="bryan" onclick="message();">Text</a>-->
2010-11-16 23:06:25 -05:00
<a href="library.py">Library Browser</a>
<a href="controls.html">Remote Controls</a>
</body>
</html>