5 changed files with 61 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
<h1>About</h1> |
|||
<a href="index.html">Home</a> |
|||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur quia quidem magni, nostrum voluptatem obcaecati rerum officia sapiente nemo quo dignissimos maxime repellat minima quas cumque! Itaque quis illum eum?</p> |
|||
</body> |
|||
</html> |
@ -0,0 +1,23 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
<!-- TOTO JE TEXT KTERÝ MÁ BÝT ZAKOMENTOVANÝ -> CTRL+K CTRL+C --> |
|||
<h1>Toto je nadpis 1</h1> |
|||
<h2>Toto je nadpis 2</h2> |
|||
<a href="about.html">About</a> |
|||
<a href="testiiiicek.html">testiiiicek</a> |
|||
<a href="profily/jedna.html">Profil Jedna</a> |
|||
<a href="profily/dva.html">Profil Dva</a> |
|||
<p>Toto je paragraf</p> |
|||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Eum fugiat repudiandae dolor deserunt sequi minus similique veritatis, perferendis dolorem soluta sapiente eos temporibus maiores beatae explicabo fugit rem, consequuntur eveniet?</p> |
|||
<p>Růže jsou růdé <br>Fialky modré<br>Léto končí<br>neumím rýmy</p> |
|||
|
|||
<img src="obrazek.png" alt="Obrázek"> |
|||
|
|||
</body> |
|||
</html> |
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,13 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
<h1>Profil Dva</h1> |
|||
<a href="../index.html">Domu</a> |
|||
|
|||
</body> |
|||
</html> |
@ -0,0 +1,12 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
<h1>Profil Jedna</h1> |
|||
<a href="../index.html">Domu</a> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue