-
Notifications
You must be signed in to change notification settings - Fork 69
/
gallery.html
43 lines (38 loc) · 2.14 KB
/
gallery.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>CHEF FOOD</title>
<link rel="shortcut icon" href="res/logo.png" type="image/x-icon" />
</head>
<body background="res/bg.png">
<h1 align="center"><a href="chef_food.html"><img align="center" src="res/logo.png" alt="" height="100px" width="100px"/></a>
<font face="Audiowide" size="6" color="#FF6E64">CHEF FOOD</font>
</h1><br /><br />
<hr>
<center>
<a href="chef_food.html"><img src="res/home.png" height="100px" width="100px"></a>
<a href="blogs.html"><img src="res/blogs.png" height="100px" width="100px"></a>
<a href="menu.html"><img src="res/menu.png" height="100px" width="100px"></a>
<a href="gallery.html"><img src="res/gallery.png" height="100px" width="100px"></a>
<a href="food_booking.html"><img src="res/order.png" height="100px" width="100px"></a>
<a href="about_us.html"><img src="res/about_us.png" height="100px" width="100px"></a>
</center>
<hr>
<!-- <h2 align="center"><a href="index.html">HOME</a> <a href="blogs.html">BLOGS</a> <a href="blogs.html">MENU</a> <a href="gallery.html">GALLERY</a> <a href="food_booking.html">BOOK FOOD</a> <a href="about_us.html">ABOUT US</a></h2><hr> -->
<br><br>
<center>
<font size="40" face="Rubik Dirt" color="white"><u>Gallery</u></font>
</center><br><br><br>
<center>
<img src="res/Pic.jpeg" width="338.1px" height="225px">
<img src="res/Pic1.jpeg" height="225px" width="338.1px">
<img src="res/Pic3.jpeg" height="225px" width="338.1px">
<img src="res/Pic4.jpeg" height="225px" width="338.1px"><br>
<img src="res/Pic5.jpeg" height="225px" width="338.1px">
<img src="res/Pic6.jpeg" height="225px" width="338.1px">
<img src="res/Pic7.jpeg" height="225px" width="338.1px">
<img src="res/Pic8.jpeg" height="225px" width="338.1px">
</center>
</body>
</html>