diff options
author | prathamesh | 2015-06-04 11:29:36 +0530 |
---|---|---|
committer | prathamesh | 2015-06-04 11:29:36 +0530 |
commit | ee53363066f921048e0cba3e0d1824e3a4ee8473 (patch) | |
tree | 3eda33ed714ab3f5309c75add7a9f1a1ee9cb83c /certificate/templates/base.html | |
parent | 0c184765ff5c332109b9e53510a92689d6d46604 (diff) | |
download | certificate-generator-ee53363066f921048e0cba3e0d1824e3a4ee8473.tar.gz certificate-generator-ee53363066f921048e0cba3e0d1824e3a4ee8473.tar.bz2 certificate-generator-ee53363066f921048e0cba3e0d1824e3a4ee8473.zip |
DWSIM workshop certificate implemented.
Diffstat (limited to 'certificate/templates/base.html')
-rw-r--r-- | certificate/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certificate/templates/base.html b/certificate/templates/base.html index f87018d..9d4284d 100644 --- a/certificate/templates/base.html +++ b/certificate/templates/base.html @@ -38,10 +38,10 @@ <div class="pull-left"> <!--[if lte IE 8]><span style="filter: FlipH; -ms-filter: "FlipH"; display: inline-block;"><![endif]--> <span style="-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); display: inline-block;"> - <a href="http://www.gnu.org/copyleft/" target="_blank">©</a> + <!--<a href="http://www.gnu.org/copyleft/" target="_blank">©</a>--> </span> <!--[if lte IE 8]></span><![endif]--> - 2013 <a href="http://fossee.in" target="_blank">fossee.in</a> + <!--2013 <a href="http://fossee.in" target="_blank">fossee.in</a>--> </div> <div class="pull-right"> Developed at IIT Bombay |