shortened file

This commit is contained in:
Marcos Kirsch 2015-04-19 23:38:25 -05:00
parent 0cc7a8b7be
commit c7b20c0674

View File

@ -2,9 +2,6 @@
<html lang="en"><head><meta charset="utf-8"><title>Post</title></head><body>
<h1>Post</h1>
This form uses POST method which is not supported by nodemcu-httpserver.<br>
You should get an error when you submit.
<form method="POST">
Whatever:<input type="text" name="whatever"><br>
<input type="submit" value="Submit">
</form>
You should get an error when you press submit.
<form method="POST"><input type="submit" value="Submit"></form>
</body></html>