forked from Archive/PX4-Autopilot
33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>NuttX Banner</title>
|
||
|
</head>
|
||
|
<body background="backgd.gif">
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td width="80" height="100" rowspan="2">
|
||
|
<img src="NuttX.png" width="80">
|
||
|
</td>
|
||
|
<td bgcolor="#e4e4e4" height="20"> </td>
|
||
|
<td width="100" align="center">
|
||
|
<a href="http://sourceforge.net/projects/nuttx" target="_top">
|
||
|
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=189573&type=8" width="80" height="15" border="0" alt="Get NuttX at SourceForge.net. Fast, secure and Free Open Source software downloads" />
|
||
|
</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="bottom">
|
||
|
<h1><i><font color="#3c34ec">NuttX RTOS</font></i></b></h1>
|
||
|
</td>
|
||
|
<td width="100" align="center" valign="top">
|
||
|
<a href="http://groups.yahoo.com/group/nuttx/join" target="_top">
|
||
|
<img src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif"
|
||
|
style="border: 0px;"
|
||
|
alt="Click to join nuttx"/>
|
||
|
</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|