5d82e83cc5e4416f2144c625249b20a2049f2269
[hacks/simpleWebSlides.git] / unix_prog_web / password.html
1 <html>
2   <body>
3     <form method="post" action="password2.php">
4       Username: <input name="name" type="text" width="20"> </input><br/>
5       Password: <input name="pass" type="password"
6       width="20"></input><br/>
7       <button type="submit">Connect</button>
8     </form>
9   </body>
10 </html>