summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 7bf70fb..2cc607c 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -105,6 +105,18 @@
{% block footer %}
+ <footer class="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col">
+ Developed by FOSSEE group, IIT Bombay
+ </div>
+ <div class="col">
+ Contact: pythonsupport@fossee.in
+ </div>
+ </div>
+ </div>
+ </footer>
{% endblock %}
</body>