PHP_DS_Project/Setek/www/sluzby.php

26 lines
738 B
PHP
Raw Normal View History

2024-09-09 21:04:03 +00:00
<!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>
<header>
<h1>Služby</h1>
</header>
<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>
<footer>
<p>&copy; Všechna práva vyhrazena, Lukáš Kaňka, 2024</p>
</footer>
</body>
</html>