-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
32 lines (24 loc) · 997 Bytes
/
footer.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>footer</title>
<link href="css/footer.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" type="text/css" />
</head>
<body>
<footer>
<div class="social-icons">
<ul>
<li><a href="#" target="blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-youtube-play"></i></a></li>
<li><a href="#" target="blank"><i class=" fa fa-google-plus "></i></a></li>
</ul>
</div>
</footer>
<div class="footer-bottom">
<p>Copyrights © 2021. kanoriacollege.in. All rights reserved.</p>
</div>
</body>
</html>