WebServ/www/public/M6/egyTalk/inc/comment.html

5 lines
209 B
HTML
Raw Normal View History

2024-09-24 13:06:22 +00:00
<form method="POST" action="index.php?action=comment">
<label>Text comment</label>
2024-09-26 11:42:49 +00:00
<textarea name="comment" rows="2" cols="30"></textarea> <br><br>
2024-09-24 13:06:22 +00:00
<input type="submit" value="Comment it!">
</form>