new project www
This commit is contained in:
34
Setek/www/index.php
Normal file
34
Setek/www/index.php
Normal file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Naše první stránky v PHP</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Lucas gaming company</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section>
|
||||
<h1>Historie firmy</h1>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod ad, voluptatem officia alias illo ipsum libero
|
||||
iste sed expedita, nemo rem reprehenderit doloremque quo asperiores soluta! Cupiditate fuga vel in.</p>
|
||||
</section>
|
||||
|
||||
<h1>Odkaz na další stránky webu</h1>
|
||||
<a href="sluzby.php">Naše služby</a>
|
||||
|
||||
<a href="kontakt.php">Kontaktujte nás</a>
|
||||
<img src="img/obr1.webp" alt="">
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© Všechna práva vyhrazena, Lukáš Kaňka, 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user