MicroFrameWork/app/views/questionCreate.php

9 lines
324 B
PHP
Raw Normal View History

2024-07-10 14:39:37 +03:00
<form action="/admin/question" method="post">
Вопрос: <br>
<label>
<textarea name = "question" rows="10" cols="50" placeholder="Введите здесь ваш вопрос"></textarea>
</label> <br> <br>
<input type = "submit" value="Подтвердить">
<input type="reset">
</form>