forked from SharonMozes/Group6-Project-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdifferent.html
More file actions
35 lines (32 loc) · 2.09 KB
/
different.html
File metadata and controls
35 lines (32 loc) · 2.09 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>Comman</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>Different Events</h1></i></center>
<img src="https://partybudha.files.wordpress.com/2022/10/simple-birthday-decoration-ideas-1.jpg?w=665 " height="300px"> Rate : 250 per hour
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQkUlmb388vc5bWzWjLmkaTdEB2OSsWxr8H59upu9m7688ZAIqMsZ_8c1b4pr1uZAqBfu0&usqp=CAU " height="300px" width="350px"> Rate : 200 per hour
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQv3irCJ6aMutULDaC88rAZrx-sbYDEDs15cUphhew_1g&s " height="300px"> Rate : 100 per hour
<br>
<a href="event.html" ><img src="back.jpg" alt="Backlogo" height="50px"></a>
</body>
</html>