-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
22 lines (20 loc) · 872 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- FOOTER -->
<br style="clear:both;"/>
<main>
<footer class="" style="margin:auto; padding:10px;">
<hr/>
<p>© 2018-2019 NIT Warangal, Telangana State, India.
<a style="float:right;" href="#">Back to top</a>
</p>
<br style="clear:both;"/>
</footer>
</main>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-slim.min.js"><\/script>')</script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="js/holder.min.js"></script>