delete non-working sensor6

This commit is contained in:
eddyem
2015-12-04 16:12:43 +03:00
parent f3b64d67e8
commit bfea5c9c0e
3 changed files with 19 additions and 18 deletions

View File

@@ -7,8 +7,8 @@
<script type="text/javascript" src="functions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
</head>
<body onLoad="start();" onkeydown="onkey(event.keyCode);">
<embed style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
width="50px" height="35px"></embed>
<iframe style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
width="50px" height="35px"></iframe>
<div class="tooltip" id="coords"></div>
</body>
</html>