소스 검색

Folder to publish forms: forms/

Igor 5 년 전
부모
커밋
6e5e1e67c6
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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>