index.html 150 B

123456789
  1. <html>
  2. jo!
  3. <form action="/cmd">
  4. cmd:<br>
  5. <input type="text" name="cmd" value=""><br>
  6. <input type="submit" value="Submit">
  7. </form>
  8. </html>