forked from SharonMozes/Group6-Project-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbride.html
More file actions
35 lines (33 loc) · 2.07 KB
/
bride.html
File metadata and controls
35 lines (33 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bride 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="home.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="home.html"><img src="contact.png" alt="contact" height="25px"><b>Contact</b></a>
</div>
<hr>
<br><br>
<center><i><h1>Bride to be Parties</h1></i></center>
<img src="https://www.giftlaya.com/admin/api/public/images/1683800492-3.jpg " height="300px"> Rate : 250 per hour
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTukDJOZni9iKEleINeTzAbK9t2hqq7gM0aLAJEFulFmw&s " height="300px"> Rate : 200 per hour
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTfr6AfcCtY70RE5kEyNxwkycGR2xoWci8TCVDD4Yp8pR48O6vMG29I1H-CmNn2hGWUMdA&usqp=CAU " height="300px"> Rate : 300 per hour
<br>
<br><br>
<a href="event.html" ><img src="back.jpg" alt="Backlogo" height="50px"></a>
</body>
</html>