FreeRTOS
[armadillo_firmware.git] / FreeRTOS / Common / ethernet / uIP / uip-1.0 / apps / webserver / httpd-fs / index.html
blob7af64c8df37ba07df899e32450e163bfab62f893
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Welcome to the uIP web server!</title>
5 <link rel="stylesheet" type="text/css" href="style.css">
6 </head>
7 <body bgcolor="#fffeec" text="black">
9 <div class="menu">
10 <div class="menubox"><a href="/">Front page</a></div>
11 <div class="menubox"><a href="files.shtml">File statistics</a></div>
12 <div class="menubox"><a href="stats.shtml">Network statistics</a></div>
13 <div class="menubox"><a href="tcp.shtml">Network
14 connections</a></div>
15 <br>
16 </div>
18 <div class="contentblock">
19 <p>
20 These web pages are served by a small web server running on top of
21 the <a href="http://www.sics.se/~adam/uip/">uIP embedded TCP/IP
22 stack</a>.
23 </p>
24 <p>
25 Click on the links above for web server statistics.
26 </p>
28 </body>
29 </html>