mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-31 23:13:56 +08:00
Import lwIP contrib rep
... from http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git/ into contrib/ subdir, STABLE-2_1_0_RELEASE tag lwIP contrib is now officially frozen TODO: Fix build
This commit is contained in:
25
contrib/examples/httpd/examples_fs/session.html
Normal file
25
contrib/examples/httpd/examples_fs/session.html
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user