diff options
author | Jayaram R Pai | 2014-09-17 17:21:13 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-17 17:21:13 +0530 |
commit | 262a34b6259af5c65bed34e92b56ae26f70bbf10 (patch) | |
tree | b1c1edb720b06ad20e360f38c24caa7d137a6277 /static/website/templates/index.html | |
parent | 83f86d8caef9e4f9713867d5917c20df59d41581 (diff) | |
download | scilab-on-cloud-262a34b6259af5c65bed34e92b56ae26f70bbf10.tar.gz scilab-on-cloud-262a34b6259af5c65bed34e92b56ae26f70bbf10.tar.bz2 scilab-on-cloud-262a34b6259af5c65bed34e92b56ae26f70bbf10.zip |
added favicon, changed tornado port
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 88abbf8..10ad140 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -8,6 +8,7 @@ <link href="{% static 'website/css/fullscreen.css'%}" rel="stylesheet"/> <link href="{% static 'website/css/monokai.css' %}" rel="stylesheet"/> <link href="{% static 'website/css/main.css' %}" rel="stylesheet"/> + <link rel="shortcut icon" type="image/png" href="{% static 'website/images/favicon.ico' %}"/> {% dajaxice_js_import %} </head> <body> |