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:31:26 +10:00
parent ed851efd50
commit a4ea21dfa6

View File

@ -11,7 +11,10 @@
<div class="posting_form"> <div class="posting_form">
<h4>Создай то, о чем будут говорить многие.</h4> <h4>Создай то, о чем будут говорить многие.</h4>
<br> <br>
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" id="textForm"></textarea> <div class="input-field col s6">
<input id="send_this_text" type="text" >
<label for="send_this_text">Печатать сюда</label>
</div>
<p> <p>
<button (click)="create()" >Отправить</button> <button (click)="create()" >Отправить</button>
</p> </p>