26 lines
738 B
PHP
26 lines
738 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>
|
|
<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>© Všechna práva vyhrazena, Lukáš Kaňka, 2024</p>
|
|
|
|
</footer>
|
|
</body>
|
|
</html> |