osd-contiki/examples/mbxxx/webserver-ajax/httpd-fs/index.html
2013-07-11 17:56:17 +02:00

16 lines
450 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Contiki</title>
</head>
<body bgcolor="white">
<table border=0 cellpadding=4 cellspacing=4><tr><td valign="top" align="right">
<h1>Contiki&nbsp;</h1>
<a href="/">Front page</a><br>
<a href="neighbors.shtml">Neighbors</a><br>
<a href="sensors.shtml">Sensors</a><br>
</td><td valign="top" align="left">
</table>
</body>
</html>