22 lines
694 B
PHP
22 lines
694 B
PHP
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Služby společnosti Lucas a spol.</title>
|
|
</head>
|
|
<body>
|
|
<?php include "./assets/componets/header.php" ?>
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/ScPTU6I2eDI?si=JnHW-CyA5vfH2fU5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<?php include "./assets/componets/footer.php" ?>
|
|
</body>
|
|
</html>
|