noimg.html 265 B

12345678910111213141516
  1. <html>
  2. <head>
  3. <title>Test</title>
  4. </head>
  5. <body>
  6. <h1>This is a test</h1>
  7. <form action="/dopost" method="POST">
  8. Login:<input name="login">
  9. Pass:<input name="pass">
  10. <input type="submit" value="login">
  11. </form>
  12. </body>
  13. </html>