-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
22 lines (18 loc) · 1.13 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer style="background-color: gray">
<div>
<div align="center" style=" margin-bottom:5px;">
<a href="index.php?page=content&id=59" style="color: white">Privacy Policy |</a>
<a href="index.php?page=content&id=61" style="color: white">Disclaimer</a>
</div>
<table width="78%" align="center">
<tr>
<td> <div align="center">Copyright © 2021 Gobinda Bhandari - All Rights Reserved </div></td>
<td width="4%"><a href="https://www.facebook.com" target="_blank"><img src="images/5.png" border="0" width="60%" height="20px" /></a></td>
<td width="4%"><a href="https://twitter.com" target="_blank"><img src="images/6.png" border="0" width="60%" height="20px"/></a></td><td width="5%"><a href="https://www.youtube.com" target="_blank"><img src="images/youtube.png" border="0" width="60%" height="20px"/></a></td>
</tr>
</table>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>