-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
36 lines (35 loc) · 860 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
33
34
35
36
<footer class="footer footer-default">
<div class="container">
<nav class="float-left">
<ul>
<li>
<a href="#">
Complain Box
</a>
</li>
<li>
<a href="#">
About Us
</a>
</li>
<li>
<a href="#">
Blog
</a>
</li>
<li>
<a href="#">
Licenses
</a>
</li>
</ul>
</nav>
<div class="copyright float-right">
©
<script>
document.write(new Date().getFullYear()+" KJSCE, All Rights Reserved.") ;
</script> Made with <i class="material-icons">favorite</i> by
<a href="https://www.somaiya.edu/" target="_blank">Somaiya</a>.
</div>
</div>
</footer>