diff options
Diffstat (limited to 'contrib/examples/httpd/examples_fs/session.html')
-rw-r--r-- | contrib/examples/httpd/examples_fs/session.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/examples/httpd/examples_fs/session.html b/contrib/examples/httpd/examples_fs/session.html new file mode 100644 index 00000000000..72d3bff9981 --- /dev/null +++ b/contrib/examples/httpd/examples_fs/session.html @@ -0,0 +1,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> + + </td> + </tr> + </table> +</body> +</html> |