Compare commits

...

2 Commits

Author SHA1 Message Date
Simple_Not
9ff51eb1af img
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-20 14:56:32 +10:00
Simple_Not
82e0ff00e8 img 2022-10-20 14:56:19 +10:00

View File

@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service';
@Component({ @Component({
selector: 'app-home', selector: 'app-home',
template: `<h3>Домашний компонент</h3>` template: `<img src="http://static.vdk2ch.ru:15555/test-public/sin.png">`
}) })
export class HomeComponent implements OnInit { export class HomeComponent implements OnInit {