view src/luan/lib/webserver/examples/post.html @ 1347:643cf1c37723

move webserver to lib and bug fixes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 25 Feb 2019 13:02:33 -0700
parents src/luan/webserver/examples/post.html@5dbb552075ff
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>