23 lines
649 B
HTML
23 lines
649 B
HTML
<div class="wrappe">
|
||
<img src="http://static.vdk2ch.ru:15555/test-public/16657431265390.png" alt="свiня" width="150">
|
||
<app-send-post></app-send-post>,
|
||
|
||
<button (click)="listPosts()">Обновить</button>
|
||
<div *ngIf="response">
|
||
<div class="singlePost" *ngFor="let post of response">
|
||
<a href="#{{post.Id}}"></a>
|
||
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
|
||
<p> >>{{post.Id}} {{post.Date}}</p>
|
||
<p>{{post.Text}}</p>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<br>
|
||
<div class="hexagon">
|
||
<div class="hexagon-inside">
|
||
<div class="hexagon-image">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> |