rick without morty
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-20 15:04:40 +10:00
parent 387e85669c
commit 2c613d9439

View File

@ -3,7 +3,8 @@ import { ApiChatService } from '../api-chat.service';
@Component({
selector: 'app-about',
template: `<h3>О нас<h3>`
template: `<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ"
width="560" height="315" frameborder="0" allowfullscreen></iframe>`
})
export class AboutComponent implements OnInit {