comparison src/luan/webserver/examples/post.html @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents ae0a048f3bc7
children
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
1 <!DOCTYPE html> 1 <!doctype html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <form action=/params method=post> 4 <form action=/params method=post>
5 <p>a <input name=a></p> 5 <p>a <input name=a></p>
6 <p>b <input name=b></p> 6 <p>b <input name=b></p>