index.html 159 B

1234567
  1. <html>
  2. <form action="/cmd" method="post">
  3. cmd:<br>
  4. <input type="text" name="cmd" value=""><br>
  5. <input type="submit" value="Submit">
  6. </form>
  7. </html>