Explorar el Código

Folder to publish forms: forms/

Igor hace 5 años
padre
commit
6e5e1e67c6
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. 18 0
      forms/teste.html

+ 18 - 0
forms/teste.html

@@ -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>