-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 900 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Recepty - rozcestník</title>
</head>
<body>
<h1>Recepty - rozcestník</h1>
<ul>
<li>
<h2>Masová varianta</h2>
<ul>
<li>
<a href="Masova-varianta/index-level1-lehci.html"
>Lehčí (předpřipravené HTML)</a
>
</li>
<li>
<a href="Masova-varianta/index-level2-tezsi.html"
>Těžší (dopiš HTML)</a
>
</li>
</ul>
</li>
<li>
<h2>Veganská varianta</h2>
<ul>
<li>
<a href="Veganska-varianta/index-level1-lehci.html"
>Lehčí (předpřipravené HTML)</a
>
</li>
<li>
<a href="Veganska-varianta/index-level2-tezsi.html"
>Těžší (dopiš HTML)</a
>
</li>
</ul>
</li>
</ul>
</body>
</html>