check many hexes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-18 23:30:11 +10:00
parent 410861aa75
commit ed851efd50

View File

@ -6,13 +6,12 @@
{% include 'navbar.html' %}
<div class="row">
<div class="col s7 m6">
<div class="card">
<div class="posting_form">
<h4>Создай то, о чем будут говорить многие в /{{board}}/.</h4>
<h4>Создай то, о чем будут говорить многие.</h4>
<br>
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" #textForm [(ngModel)] = "inputText"></textarea>
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" id="textForm"></textarea>
<p>
<button (click)="create()" >Отправить</button>
</p>