-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
15 lines (12 loc) · 992 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<footer class="footer">
<div class="container">
<p class="text-muted">Designed by <a href="http://www.gamergadgets.net/rob.php">Robert Thayer</a> as a gift. <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>