Mercurial Hosting > luan
view src/goodjava/webserver/examples/post.html @ 1990:f34f0a2447a5 default tip
add change_password.luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 30 Jun 2025 22:52:19 -0600 |
parents | 27efb1fcbcb5 |
children |
line wrap: on
line source
<!doctype html> <html> <body> <form action=/params method=post> <p>a <input name=a></p> <p>b <input name=b></p> <p><input type=submit></p> </form> </body> </html>