This commit is contained in:
unknown 2024-10-10 13:04:57 +02:00
parent 17e1cda296
commit c300509b02
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<title>Document</title>
</head>
<body>
<section>
<p> test </p>
<form action="/my-handling-form-page" method="post">
<p>
@ -29,7 +30,7 @@
<textarea id="path" name="user_path"></textarea>
</p>
</form>
</section>
</body>
</html>