summaryrefslogtreecommitdiff
path: root/contrib/examples/httpd/examples_fs/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/examples/httpd/examples_fs/login.html')
-rw-r--r--contrib/examples/httpd/examples_fs/login.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/examples/httpd/examples_fs/login.html b/contrib/examples/httpd/examples_fs/login.html
new file mode 100644
index 00000000000..71c535b4a3f
--- /dev/null
+++ b/contrib/examples/httpd/examples_fs/login.html
@@ -0,0 +1,28 @@
+<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>Login</h1>
+ <form name="login" action="login.cgi" method="post">
+ <div>
+ <label><b>Username</b></label>
+ <input type="text" placeholder="Enter Username" name="user" required>
+ <label><b>Password</b></label>
+ <input type="password" placeholder="Enter Password" name="pass" required>
+ <button type="submit">Login</button>
+ </div>
+ </form>
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+</table>
+</body>
+</html>