Newer
Older
Digital_Repository / Old / pysocks / simple.html
nstanger on 12 Nov 2005 281 bytes - Second attempt at importing!
  1. <html>
  2.  
  3. <body>
  4.  
  5. <h1>title</h1>
  6.  
  7. %(login)s
  8.  
  9. <br>
  10.  
  11. <form action="./auth.cgi" method="post">
  12. <input type="hidden" name='action' value="login">
  13. username <input type="text" name="username"><br>
  14. passwd <input type="text" name="passwd"><br>
  15. <input type="submit">
  16. </form>
  17.  
  18. </body>
  19. </html>