anonas
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2022-10-20 22:08:53 +10:00
parent 3f9d1b655c
commit d22d01e3ec

View File

@ -4,7 +4,7 @@
<div *ngIf="response"> <div *ngIf="response">
<div class="singlePost" *ngFor="let post of response"> <div class="singlePost" *ngFor="let post of response">
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140"> <img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
<p>{{post.Date}}: >>{{post.Id}}</p> <p><b>>>{{post.Id}}<b> {{post.Date}}</p>
<p>{{post.Text}}</p> <p>{{post.Text}}</p>
</div> </div>