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:39:40 +10:00
parent a4ea21dfa6
commit c26c016adc

View File

@ -15,16 +15,18 @@
<input id="send_this_text" type="text" > <input id="send_this_text" type="text" >
<label for="send_this_text">Печатать сюда</label> <label for="send_this_text">Печатать сюда</label>
</div> </div>
<p>
<button (click)="create()" >Отправить</button> <button class="btn waves-effect waves-light" type="submit" name="action">Отправить!!
</p> <i class="material-icons right">send</i>
<h1>Загрузить картинку:</h1> </button>
<!-- <h1>Загрузить картинку:</h1>
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;"> <input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">
<button type="button" class="btn btn-success" (click)="file.click()">Загрузить картинку</button> <button type="button" class="btn btn-success" (click)="file.click()">Загрузить картинку</button>
<div *ngFor="let singlePic of inputImages" >Картинка: {{singlePic}}</div> <div *ngFor="let singlePic of inputImages" >Картинка: {{singlePic}}</div>
<p> <p>
<button (click)="eraseData()" >Отмена</button> <button (click)="eraseData()" >Убрать картинку</button>
</p> </p> -->
</div> </div>
</div> </div>
</div> </div>