source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/examples/httpd/examples_fs/login.html@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=UTF-8
File size: 740 bytes
Line 
1<html>
2<head><title>lwIP - A Lightweight TCP/IP Stack</title></head>
3<body bgcolor="white" text="black">
4
5<table width="100%">
6 <tr valign="top">
7 <td width="80">
8 <a href="http://www.sics.se/"><img src="/img/sics.gif" border="0" alt="SICS logo" title="SICS logo"/></a>
9 </td>
10 <td width="500">
11 <h1>Login</h1>
12 <form name="login" action="login.cgi" method="post">
13 <div>
14 <label><b>Username</b></label>
15 <input type="text" placeholder="Enter Username" name="user" required>
16 <label><b>Password</b></label>
17 <input type="password" placeholder="Enter Password" name="pass" required>
18 <button type="submit">Login</button>
19 </div>
20 </form>
21 </td>
22 <td>
23 &nbsp;
24 </td>
25 </tr>
26</table>
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.