-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathblog.html
More file actions
46 lines (45 loc) · 4.08 KB
/
blog.html
File metadata and controls
46 lines (45 loc) · 4.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog Page</title>
</head>
<body>
<div>
<a href="home.html"><img src="home.png" alt="home" height="25px"><b>Home</b></a>
<a href="menu.html"><img src="menu.png" alt="menu" height="25px"><b>Menu</b></a>
<a href="about.html"><img src="about.png" alt="about" height="25px"><b>About Us</b></a>
<a href="gallery.html"><img src="gallery.png" alt="gallery" height="25px"><b>Gallery</b></a>
<a href="order.html"><img src="order.png" alt="order" height="30px"><b>Order Online</b></a>
<a href="custom.html"><img src="custome.png" alt="custome" height="25px"><b>Custome Orders</b></a>
<a href="event.html"><img src="event.png" alt="event" height="30px"><b>Events</b></a>
<a href="blog.html"><img src="blog.png" alt="blog" height="30px"><b>Blogs</b></a>
<a href="contact.html"><img src="contact.png" alt="contact" height="25px"><b>Contact</b></a>
</div>
<hr>
<center><i><h2>FAIRY FLOSS DELIGHT</h2></i><img src="pie.gif" alt="gif" height="100px"</center>
<header>
<center><i><h1>Welcome to Our Bakery Blog</h1></i></center>
</header>
<h2>Our Popular Recepies</h2>
<ul>
<li>Chocolate Marble Cake</li>
<img src="Marble.jpeg" alt="cake" height="300px"><br>
<p>"Marble Cake: A delightful blend of vanilla and chocolate, this moist and tender cake features swirls of rich cocoa throughout a buttery vanilla batter. With its striking appearance and irresistible flavor, it's perfect for any occasion, from birthdays to afternoon tea. Enjoy a slice of this classic favorite with a cup of coffee or a glass of milk for a timeless treat."</p>
<li>Cheese Cake</li>
<img src="cheese.jpeg" alt="cake" height="300px">
<p>Savor the velvety richness of our cheesecake, a symphony of creamy delight on a buttery crust. Indulge in each forkful as it melts in your mouth, the perfect balance of tangy cream cheese and subtle sweetness dancing on your palate. Whether it's a decadent dessert for a special occasion or a luxurious treat for a quiet evening, our cheesecake promises pure indulgence in every bite. Treat yourself to a slice of bliss and elevate any moment with this timeless classic.</p>
</ul>
<li> And many Moree.....</li>
<h2>Behind the Scene of our Bakery</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ih_BldxlI0A?si=ApXzjUkK53GsT5yY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/noqUfE0TYaU?si=bTlGsaTAAprCTx-f" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br>
<h2>Custome Spotlights</h2>
<img src="1.jpeg" alt="image" height="200px">
<iframe width="560" height="315" src="https://www.youtube.com/embed/UGvsHQ55Kng?si=txHxnSzNvJU6aL9P" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XJZm159v6fA?si=CFH8jtt0cuogDrk5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</body>
</html>