Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/support/bobot_server/butia/butia.htm
blob: ca86673d8696b4978cede387c6ae952c2b177981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<HEAD>
	<TITLE>Robot Butia</TITLE>
</HEAD>
<frameset rows="25%,50%,25%">

  <frame src="header.htm" />
  <frameset cols="25%,75%">
    <frame src="command.htm" />
    <frame src="view.htm" />
  </frameset>
<frame src="sensors.htm" />

</frameset>

</html>