index.html 873 B

1234567891011121314151617181920212223242526272829
  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. <div class="menu">
  9. <div class="menubox"><a href="/">Front page</a></div>
  10. <div class="menubox"><a href="files.shtml">File statistics</a></div>
  11. <div class="menubox"><a href="stats.shtml">Network statistics</a></div>
  12. <div class="menubox"><a href="tcp.shtml">Network
  13. connections</a></div>
  14. <br>
  15. </div>
  16. <div class="contentblock">
  17. <p>
  18. These web pages are served by a small web server running on top of
  19. the <a href="http://www.sics.se/~adam/uip/">uIP embedded TCP/IP
  20. stack</a>.
  21. </p>
  22. <p>
  23. Click on the links above for web server statistics.
  24. </p>
  25. </body>
  26. </html>