This commit is contained in:
Martin Quarda 2024-02-05 22:15:51 +01:00
parent 7853cb5648
commit c1c2f52616
2 changed files with 7 additions and 1 deletions

View File

@ -59,9 +59,11 @@ class Main extends Component {
<input type="checkbox" class="form-check-input" id="souhlas" />
<label class="form-check-label" for="souhlas">Souhlas se zpracováním osobních údajů</label>
</div>
<button type="submit" class="btn btn-primary">Odeslat</button>
</form>
<div class="container video">
<iframe width="100%" height="1000px" 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></iframe>
</div>
</div>;
}
}

View File

@ -8,4 +8,8 @@
.info{
margin-top: 30px;
margin-bottom: 30px;
}
.video{
margin-top: 30px;
}