|
@@ -0,0 +1,18 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>Testes</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <form method="POST" action="/linequest/app/post.php">
|
|
|
+ <input name="form" value="line2020">
|
|
|
+ <input name="nome" value="João da Silva">
|
|
|
+ <input name="email" value="joaozinho@gmail.com">
|
|
|
+ <input name="idade" value="20">
|
|
|
+
|
|
|
+ <input type="submit">
|
|
|
+ </form>
|
|
|
+</body>
|
|
|
+</html>
|