This commit is contained in:
parent
5c4f656633
commit
d4c09654e2
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -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>
|
||||||
|
@ -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 {
|
||||||
// это комментарий
|
// это комментарий
|
||||||
|
Reference in New Issue
Block a user