comparison src/goodjava/webserver/examples/post.html @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents src/luan/lib/webserver/examples/post.html@643cf1c37723
children
comparison
equal deleted inserted replaced
1401:ef1620aa99cb 1402:27efb1fcbcb5
1 <!doctype html>
2 <html>
3 <body>
4 <form action=/params method=post>
5 <p>a <input name=a></p>
6 <p>b <input name=b></p>
7 <p><input type=submit></p>
8 </form>
9 </body>
10 </html>