LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
25
ThirdParty/lwip-2.2.1/contrib/examples/httpd/examples_fs/loginfail.html
vendored
Normal file
25
ThirdParty/lwip-2.2.1/contrib/examples/httpd/examples_fs/loginfail.html
vendored
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 failed.
|
||||
</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