-
Notifications
You must be signed in to change notification settings - Fork 2
/
krygl_historie.html
70 lines (60 loc) · 2.31 KB
/
krygl_historie.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="cz">
<head>
<title>Historie AU krýglu</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="mystyle.css?version=1">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LTEDR7CNPD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LTEDR7CNPD');
</script>
</head>
<header>
<h1>Historie držitelů zlatého krýglu</h1>
<p class="subheading">Kdo a kdy držel zlatý krýgl.</p>
<nav>
<a class ="navitem" href="index.html">Úvodní stránka</a>
<a class ="navitem" href="krygl_historie.html">Historie držitelů zlatého krýglu</a>
<a class ="navitem" href="rumlistek.html">Rumový lístek</a>
<a class ="navitem" href="morseovka.html">Morseovka</a>
</nav>
<figure>
<img class ="logo" src="logo.png">
</figure>
</header>
<body>
<section>
<ul>
<em>2023/2024</em>
<li>20. až 26. 11. 2023 - Viktor</li>
<li>13. až 19. 11. 2023 - Jarda</li>
<li>06. až 12. 11. 2023 - Viktor</li>
<li>30. 10. až 05. 11. 2023 - Honza Marjanko</li>
<li>23. až 29. 10. 2023 - Jarda</li>
<li>16. až 22. 10. 2023 - Honza Marjanko</li>
<li>09. až 15. 10. 2023 - Honza Marjanko</li>
<li>02. až 08. 10. 2023 - Jarda</li>
<li>25. 09. až 01. 10. 2023 - Jarda</li>
<li>18. až 24. 09. 2023 - Jarda</li>
<li>11. až 17. 09. 2023 - Jarda</li>
<em>2022/2023</em>
<li>22. až 28. 05. 2023 - Jarda</li>
<li>15. až 21. 05. 2023 - Viktor</li>
<li>08. až 14. 05. 2023 - Lubor</li>
<li>01. až 07. 05. 2023 - Jarda</li>
<li>24. až 30. 04. 2023 - Viktor</li>
<li>17. až 23. 04. 2023 - Lubor</li>
<li>10. až 16. 04. 2023 - Viktor</li>
<li>03. až 09. 04. 2023 - Jarda</li>
</ul>
</section>
</body>
<footer>
<h2>Kontakt</h2>
<p>Veškeré připomínky pište Viktorovi, případně můžete posílat návrhy přes <a href="https://github.com/matfyzak/hospoda">GitHub</a>.</p>
</footer>
</html>