-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathevent.html
More file actions
37 lines (37 loc) · 2.01 KB
/
event.html
File metadata and controls
37 lines (37 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Event 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>
<br>
<center><i><h2>FAIRY FLOSS DELIGHT</h2></i><img src="pie.gif" alt="gif" height="100px"</center>
<center>
<img src="https://teambuilding.com/wp-content/uploads/2024/02/ArticleTitle_Image_1-2.png" height="200px"> <br>
<h1><i>Celebration is Hear</i></h1>
<b>WELCOME !!! WELCOME !!!</b>
</center>
<b><h3>Choose Type Of Celebration</h3></b>
<ul>
<a href="birthday.html">Birthday Parties</a><br>
<a href="bride.html">Bride To Be Parties</a><br>
<a href="reception.html">Reception Parties</a><br>
<a href="anniversary.html">Anniversary Parties</a><br>
<a href="different.html">Different Parties</a><br>
</ul>
</body>
</html>