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