This commit is contained in:
Martin Quarda 2024-02-08 18:34:02 +01:00
parent 9d9179b4ec
commit d3d84c3537

View File

@ -98,6 +98,9 @@ class Main extends Component {
<div class="container video"> <div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe> <iframe width="100%" height="800px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div> </div>
<div class="container">
kontakt: <a href="mailto:info@alkator.cz">info@alkator.cz</a>
</div>
</div> </div>
); );
} }