xref: /nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/index.html (revision 104654410c56c573564690304ae786df310c91fc)
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">
8
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>
17
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>
27
28  </body>
29</html>
30