index.html 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <form action="/post" method="post" name="ti"> <input type="text"> <button type="submit">submit</button> </form> <div></div> </body> </html>