q
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Cadyrov 2022-10-22 02:03:05 +10:00
parent 65af149b8f
commit 294e0e947e
2 changed files with 7 additions and 3 deletions

View File

@ -2,5 +2,7 @@
list-style: none;
margin: 0 0 10px;
padding: 0;
background-color: rgb(255, 72, 0)
background-color: rgb(143, 142, 142);
color: #5d5d5d;
}
.wrapper {width: 800px;}

View File

@ -1,14 +1,15 @@
<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 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>
</a>
</div>
</div>
@ -19,3 +20,4 @@
</div>
</div>
</div>
</div>