summaryrefslogtreecommitdiff
path: root/static/website/templates/footer.html
diff options
context:
space:
mode:
authorPrashant S2019-07-08 17:41:58 +0530
committerGitHub2019-07-08 17:41:58 +0530
commit2b9b960c698cd541300fbfa96dc2cec515852adc (patch)
treedcd5c68e36aa15a4611f935f0e1301abfa6a0043 /static/website/templates/footer.html
parent459d1aec769f62570af51a3a53ebe0bce4a6754c (diff)
parent83b6d468ecde055954d861a9ae7067d4e9439e34 (diff)
downloadR_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.tar.gz
R_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.tar.bz2
R_on_Cloud_Web_Interface-2b9b960c698cd541300fbfa96dc2cec515852adc.zip
Merge pull request #1 from prashantsinalkar/master
Created web interface to connect with R api
Diffstat (limited to 'static/website/templates/footer.html')
-rw-r--r--static/website/templates/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/website/templates/footer.html b/static/website/templates/footer.html
new file mode 100644
index 0000000..4ac5feb
--- /dev/null
+++ b/static/website/templates/footer.html
@@ -0,0 +1,10 @@
+{% load static %}
+
+<!-- <script src="{% static 'website/js/jquery-1.10.2.min.js' %}"></script> -->
+<script src="{% static '/static/dajax/jquery.dajax.core.js' %}"></script>
+<script src="{% static 'website/js/codemirror.js'%}"></script>
+<script src="{% static 'website/js/javascript.js'%}"></script>
+<script src="{% static 'website/js/fullscreen.js'%}"></script>
+<script src="{% static 'website/js/placeholder.js'%}"></script>
+<script src="{% static 'website/js/lightbox_me.js'%}"></script>
+<script src="{% static 'website/js/jsdiff.js'%}"></script>