-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFooter-HTML.html
More file actions
53 lines (52 loc) · 2 KB
/
Copy pathFooter-HTML.html
File metadata and controls
53 lines (52 loc) · 2 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
47
48
49
50
51
52
53
<!-- FOOTER SECTION HTML CODE -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Footer Section</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<footer>
<div class="row3">
<div class="c3">
<h4>About</h4>
<h2>About Zaika Palace</h2>
<p>Welcome to <strong>Zaika Palace</strong>, we blend royal flavors with traditional Indian recipes.
Every dish is a tribute to spice, soul, and heritage — served with love and elegance.
Come, taste the royalty in every bite.</p>
<h5>Opening Hours</h5>
<h6>
<pre>Mon - Fri : 11:00 AM – 10:00 PM
Sat - Sun : 12:00 PM – 11:30 PM</pre>
</h6>
</div>
<div class="c4">
<h5>links</h5>
<ul>
<li><a href="Home.php">Home</a></li>
<li><a href="Order.php">Order</a></li>
<li><a href="About.php">About</a></li>
<li><a href="Service.php">Service</a></li>
<li><a href="Gallery.php">Gallery</a></li>
<li><a href="Contact.php">Contact</a></li>
</ul>
</div>
<div class="c5">
<h5>Social links</h5>
<ul>
<li><a href="" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-google" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="row4">
<h4>© Zaika Palace. All Rights Reserved.</h4>
</div>
</footer>
</body>
</html>