diff options
author | fahimkhan | 2016-09-20 17:33:40 +0530 |
---|---|---|
committer | fahimkhan | 2016-09-20 17:33:40 +0530 |
commit | 36aaf4cdc8f978920db073aba03b136fc8a7a432 (patch) | |
tree | 67590cba46977f86e2ae0f59308735eec7b84cc3 /views/footer.html | |
parent | 54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f (diff) | |
download | Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.gz Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.bz2 Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.zip |
Subject: Added layout
Description: Added layput to About and Contact page.
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> |