new project www

This commit is contained in:
kankys
2024-09-09 23:04:03 +02:00
parent 026c2d33d4
commit 3e98a8e1a7
10 changed files with 257 additions and 1 deletions

26
Setek/www/sluzby.php Normal file
View File

@ -0,0 +1,26 @@
<!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>