teste.html 492 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Testes</title>
  7. </head>
  8. <body>
  9. <form method="POST" action="/linequest/app/post.php">
  10. <input name="form" value="line2020">
  11. <input name="nome" value="João da Silva">
  12. <input name="email" value="joaozinho@gmail.com">
  13. <input name="idade" value="20">
  14. <input type="submit">
  15. </form>
  16. </body>
  17. </html>