-
Notifications
You must be signed in to change notification settings - Fork 2
/
nutrition.html
79 lines (77 loc) · 2.26 KB
/
nutrition.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/public.css" />
<link rel="stylesheet" href="./css/nutrition.css" />
<title>nutrition</title>
</head>
<style></style>
<body>
<div class="box">
<div class="banner">
<a href="./order.html">
<div class="th_btn">
<img src="./image/4-3.png" alt="" />
</div>
</a>
<div class="y">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<!--Detailed introduction to the food preparation process-->
<div class="tit_box">
<h1>Saliva Chicken Slices</h1>
<p>
Made by slaughtering the chicken and dipping it in hot water or
steaming it over water, the process is free of spices and flavorings
and is extremely low in sugar, making it ideal for diabetics while
providing a great source of energy.
</p>
</div>
<!--Introduce the weight and glycemic index of ingredients in food-->
<div class="bottom_box">
<div class="item">
<img class="img1" src="./image/image-29.png" alt="" />
<div class="fon1">
<p>Chicken</p>
<span>220g</span>
</div>
<div class="rig">
<div class="r1">
<img src="./image/2-4.png" alt="" />
<h1>18</h1>
</div>
<div class="r2">
<p>Glycemic Index</p>
</div>
</div>
</div>
<!--Introduce the weight and glycemic index of ingredients in food-->
<div class="item">
<img class="img1" src="./image/image-30.png" alt="" />
<div class="fon1">
<p>Cauliflower</p>
<span>40g</span>
</div>
<div class="rig">
<div class="r1">
<img src="./image/2-4.png" alt="" />
<h1>1</h1>
</div>
<div class="r2">
<p>Glycemic Index</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>