-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBSAI25064_Product.html
More file actions
79 lines (68 loc) · 2.39 KB
/
BSAI25064_Product.html
File metadata and controls
79 lines (68 loc) · 2.39 KB
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>
<head>
<title>
Home
</title>
<link rel="stylesheet" href="BSAI25064.css">
</head>
<body>
<header>
<a href="BSAI25064_Home.html" class="nav-btn">HOME</a>
<a href="BSAI25064_Product.html" class="nav-btn">Product</a>
<a href="BSAI25064_About.html" class="nav-btn">About</a>
</header>
<section class="products-section">
<div class="product-box">
<img src="bai25064-image-04.png" alt="Chocolate Ice Cream">
<div class="product-details">
<h2>Chocolate Ice Cream</h2>
<p><strong>Price:</strong> Rs. 340</p>
<p><strong>Flavor:</strong> Chocolate</p>
<p><strong>Availability:</strong> In Stock</p>
<p><strong>Size:</strong> Medium Cup</p>
</div>
</div>
<div class="product-box">
<img src="bsai25064-image-05.png" alt="Special Chocalte Delight">
<div class="product-details">
<h2>Special Chocolate Icecream</h2>
<p><strong>Price:</strong> Rs. 400</p>
<p><strong>Flavor:</strong> Icecream with Chocolate Syrup</p>
<p><strong>Availability:</strong> In Stock</p>
<p><strong>Size:</strong> Large Bowl</p>
</div>
</div>
<div class="product-box">
<img src="bsai25064-image-06.png" alt="Strawberry Cup">
<div class="product-details">
<h2>Strawberry Cup</h2>
<p><strong>Price:</strong> Rs. 320</p>
<p><strong>Flavor:</strong> Fresh Strawberry</p>
<p><strong>Availability:</strong> In Stock</p>
<p><strong>Size:</strong> Small Cup</p>
</div>
</div>
<div class="product-box">
<img src="bsai25064-image-07.png" alt="Mint Delight">
<div class="product-details">
<h2>Mint Delight</h2>
<p><strong>Price:</strong> Rs. 370</p>
<p><strong>Flavor:</strong> Mint Chocolate Chip</p>
<p><strong>Availability:</strong> Limited Stock</p>
<p><strong>Size:</strong> Medium Cup</p>
</div>
</div>
<div class="product-box">
<img src="bsai25064-image-08.png" alt="Mango Twist">
<div class="product-details">
<h2>Mango Twist</h2>
<p><strong>Price:</strong> Rs. 350</p>
<p><strong>Flavor:</strong> Mango</p>
<p><strong>Availability:</strong> In Stock</p>
<p><strong>Size:</strong> Regular Cup</p>
</div>
</div>
</section>
</body>
</html>