-
Notifications
You must be signed in to change notification settings - Fork 0
/
zupy.html
89 lines (72 loc) · 2.83 KB
/
zupy.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog kulinarny</title>
<link rel="icon" type="image/x-icon" href="chef.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Madimi+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="script.css">
</head>
<body style="background: linear-gradient(90deg,rgb(6, 216, 146), rgb(238, 40, 123));">
<h1>
<img src="chef.png" width="100">
Blog kulinarny
</h1>
<h3>
Proste i niezawodne przepisy kulinarne
</h3>
<ul>
<li><a href="Stronaglowna.html">Strona główna</a></li>
<li><a href="sniadania.html">Śniadania</a></li>
<li><a href="zupy.html">Zupy</a></li>
<li><a href="dania_miesne.html">Dania mięsne</a></li>
<li><a href="desery.html">Desery</a></li>
<li><a href="Vege.html">Vege</a></li>
</ul>
<hr color="black">
<h3>
Zupa pomidorowa
<svg viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg" height="20"><g
id="SVGRepo_bgCarrier" stroke-width="0"></g><g
id="SVGRepo_tracerCarrier" stroke-linecap="round"
stroke-linejoin="round"></g><g
id="SVGRepo_iconCarrier"> <path
d="M12 7V12L14.5 10.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
stroke="#000000"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"></path> </g></svg>
2h 30min łatwy 4os
</h3>
<img src="pomidorowa.jpeg" width="450">
<br>
<a href="zupywiecej1.html">
<button>Czytaj więcej</button>
</a>
<hr color="black">
<h3>
Rosół z kury
<svg viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg" height="20"><g
id="SVGRepo_bgCarrier" stroke-width="0"></g><g
id="SVGRepo_tracerCarrier" stroke-linecap="round"
stroke-linejoin="round"></g><g
id="SVGRepo_iconCarrier"> <path
d="M12 7V12L14.5 10.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
stroke="#000000"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"></path> </g></svg>
2h łatwy 4os
</h3>
<img src="rosol.avif" width="450">
<br>
<a href="zupywiecej2.html">
<button>Czytaj więcej</button>
</a>
</body>
</html>