You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
991 B
HTML
38 lines
991 B
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="cs">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<title>Novináři</title>
|
||
|
|
||
|
<link rel="stylesheet" href="common.css">
|
||
|
<link rel="stylesheet" href="main.css">
|
||
|
<link rel="icon" href="favicon.ico">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<header>
|
||
|
<h1>Název Projektu</h1>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="">Návod</a></li>
|
||
|
<li><a href="">Kontakt</a></li>
|
||
|
<li><a href="">Můj profil</a></li>
|
||
|
<li><a href="">Odhlásit se</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|
||
|
|
||
|
<main>
|
||
|
<p>Dolorem exercitationem ut aperiam et nemo. Cum unde autem et aspernatur eos distinctio aut. Optio ut aut sapiente delectus qui maiores possimus. Pariatur explicabo modi ipsum repellendus voluptas culpa ut. Itaque ab et tempore et ipsam optio quo.</p>
|
||
|
</main>
|
||
|
|
||
|
<footer>
|
||
|
© 2021 – Projekt vznikl kolaborací <a href="https://pedf.cuni.cz">PedF UK</a> a <a href="https://www.ped.muni.cz">PedF MUNI</a>
|
||
|
</footer>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|