-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecepty.html
56 lines (49 loc) · 1.76 KB
/
recepty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Goblin Town | recepty</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="hlavicka">
<div class="menu">
<ul>
<li><a href="index.html">Domu</a></li>
<li><a href="recepty.html">Recepty</a></li>
<li><a href="poklady.html">Poklady</a></li>
<li><a href="mapa.html">Mapa</a></li>
</ul>
</div>
<div class="obrazek obrazek-recepty"></div>
</div>
<div class="obsah">
<div class="obal">
<h1>GREEN GOBLIN COCKTAIL</h1>
<div class="velky-rozdelovac"></div>
<strong>directions:</strong>
<hr />
<p>
Pour all ingredients into a cocktail shaker half-filled with
ice cubes. Shake well and pour over ice cubes in an
old-fashioned glass. Serve with a lime wedge.
</p>
<strong>ingredients:</strong>
<hr />
<ul>
<li>1 ounce vodka</li>
<li>1 ounce coconut rum</li>
<li>1 ounce peach schnapps</li>
</ul>
<div class="velky-rozdelovac"></div>
</div>
</div>
<div class="paticka">
<p class="text">
Tuto stranku vytvorili goblini z Minas Morgul. 2020 ©
</p>
</div>
</body>
</html>