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