form.html (417B)
1 <html lang="en"> 2 <head> 3 </head> 4 <body> 5 <main> 6 <form action="http://localhost:48378/post" method="post"> 7 Name: <input type="text" name="name"><br> 8 Website (optional): <input type="url" name="website"><br> 9 Email (optional): <input type="email" name="email"><br> 10 Message: <textarea name="message" rows="5" cols="45"></textarea><br> 11 <input type="submit"> 12 </form> 13 </main> 14 </body> 15 </html>