WebServ/www/public/M6/egyTalk/inc/comment.html
2024-09-26 13:42:49 +02:00

5 lines
209 B
HTML

<form method="POST" action="index.php?action=comment">
<label>Text comment</label>
<textarea name="comment" rows="2" cols="30"></textarea> <br><br>
<input type="submit" value="Comment it!">
</form>