summaryrefslogtreecommitdiff
path: root/contrib/examples/httpd/examples_fs/session.html
blob: 72d3bff9981b1484d6e7cee22e0bedae47792e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head><title>lwIP - A Lightweight TCP/IP Stack</title></head>
<body bgcolor="white" text="black">

 <table width="100%">
  <tr valign="top">
   <td width="80">
    <a href="http://www.sics.se/"><img src="/img/sics.gif" border="0" alt="SICS logo" title="SICS logo"/></a>
   </td>
   <td width="500">
    <h1>lwIP - A Lightweight TCP/IP Stack</h1>
    <p>
     Login succeeded, session active.
    </p>
    <p>
     Click <a href="login.html">here</a> to retry login.
    </p>
   </td>
   <td>
    &nbsp;
   </td>
  </tr>
 </table>
</body>
</html>