You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
368 B

  1. <HTML>
  2. <HEAD>
  3. <meta charset="utf8" />
  4. <TITLE>test http server</TITLE>
  5. </HEAD>
  6. <BODY>
  7. <h1>test http server</h1>
  8. 111112222
  9. <img src="app.ico" />
  10. <form method="post">
  11. <input type="text" name="username" />
  12. <input type="password" name="password" />
  13. <input type="submit" name="submit" />
  14. </form>
  15. </BODY>
  16. </HTML>