Added additional HTML file to test drone feed, which strangely stopped working

Esse commit está contido em:
Rohit Ghatol
2013-06-29 19:55:48 -05:00
commit 887dc6f414
2 arquivos alterados com 81 adições e 20 exclusões
+17
Ver Arquivo
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Node JS Copter Demo</title>
<script src="nodecopter-client.js"></script>
</head>
<body>
<h1>Ar Drone Parrot Feed</h1>
<div id="placeholder" style="border:1px solid black"></div>
<script>
new NodecopterStream(document.getElementById("placeholder"), {hostname:'localhost',port: 3001});
</script>
</body>
</html>