From 5f2e6accc9a0b790cccf1eba972123817ec7552a Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Mon, 15 Sep 2014 14:39:01 +0530 Subject: added tornado server config file --- website/templates/index.html | 129 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 website/templates/index.html (limited to 'website/templates/index.html') diff --git a/website/templates/index.html b/website/templates/index.html new file mode 100644 index 0000000..88abbf8 --- /dev/null +++ b/website/templates/index.html @@ -0,0 +1,129 @@ +{% load static %} +{% load dajaxice_templatetags %} + + + Scilab on Cloud + + + + + + {% dajaxice_js_import %} + + +
+
+
+ + + Scilab on Cloud + + +
+
+
+
+
+
+
+ + + +Contributor +
+
+
+
+
+
+
+ +
+ +
+
+ Execute + +
+ + +
+ Report bug / Give Feedback + +
+ + Disclaimer: Scilab is a trademark of Inria + (registered at the INPI for France and the rest of the World) + and Scilab Enterprises is granted exclusive rights for + Scilab Trademark. + + Copyright IIT Bombay +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + + + + {% csrf_token %} + + -- cgit