diff options
Diffstat (limited to 'views/footer.html')
-rw-r--r-- | views/footer.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/footer.html b/views/footer.html new file mode 100644 index 0000000..dae8b59 --- /dev/null +++ b/views/footer.html @@ -0,0 +1,8 @@ +<div class="container"> + <!-- <div> --> + <p style="text-align:center;">This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License.</a><br><a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license" target="_blank"><img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> + </p> + + <!-- <p>© 2016 FOSSEE, IIT Bombay</p> --> + <!-- </div> --> +</div> |