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

This commit is contained in:
RakVhalate 2022-10-21 01:05:34 +10:00
parent 5c4f656633
commit d4c09654e2
3 changed files with 8 additions and 3 deletions

Binary file not shown.

View File

@ -1 +1,6 @@
<p>about works!</p> <iframe width="560" height="315"
src="https://www.youtube.com/embed/8GsOkFc7NdQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>

View File

@ -4,8 +4,8 @@ import { ApiChatService } from '../api-chat.service';
@Component({ @Component({
selector: 'app-about', selector: 'app-about',
template: `<iframe src="https://www.youtube.com/watch?v=xcNFyPciZ0g&list=RDxcNFyPciZ0g&start_radio=1" templateUrl: `about.component.html`,
width="560" height="315" frameborder="0" allowfullscreen></iframe>` styleUrls: [`./about.component.css`]
}) })
export class AboutComponent implements OnInit { export class AboutComponent implements OnInit {
// это комментарий // это комментарий