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:41:09 +10:00
parent c26c016adc
commit 27be10ee32

View File

@ -11,14 +11,17 @@
<div class="posting_form">
<h4>Создай то, о чем будут говорить многие.</h4>
<br>
<div class="input-field col s6">
<input id="send_this_text" type="text" >
<label for="send_this_text">Печатать сюда</label>
</div>
<button class="btn waves-effect waves-light" type="submit" name="action">Отправить!!
<i class="material-icons right">send</i>
</button>
<div class="container">
<div class="input-field col s6">
<input id="send_this_text" type="text" >
<label for="send_this_text">Печатать сюда</label>
</div>
</div>
<div class="container">
<button class="btn waves-effect waves-light" type="submit" name="action">Отправить!!
<i class="material-icons right">send</i>
</button>
</div>
<!-- <h1>Загрузить картинку:</h1>
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">