section
This commit is contained in:
parent
17e1cda296
commit
c300509b02
|
@ -6,6 +6,7 @@
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<section>
|
||||||
<p> test </p>
|
<p> test </p>
|
||||||
<form action="/my-handling-form-page" method="post">
|
<form action="/my-handling-form-page" method="post">
|
||||||
<p>
|
<p>
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
<textarea id="path" name="user_path"></textarea>
|
<textarea id="path" name="user_path"></textarea>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
</section>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue