This commit is contained in:
parent
c26c016adc
commit
27be10ee32
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user