You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
916 B
23 lines
916 B
<!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>
|