diff options
author | Jayaram Pai | 2013-11-19 17:48:02 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 17:48:02 +0530 |
commit | 36228d2bc0d1301775ded964a3fa67f2e844a126 (patch) | |
tree | ce1601f2eb4c815f7273fcd9752719590e10b10d /website/templates/index.html | |
parent | 19c2c20affcd140027949b0989f7e5028e4f7d7e (diff) | |
download | SciPy2013-36228d2bc0d1301775ded964a3fa67f2e844a126.tar.gz SciPy2013-36228d2bc0d1301775ded964a3fa67f2e844a126.tar.bz2 SciPy2013-36228d2bc0d1301775ded964a3fa67f2e844a126.zip |
testing ie index
Diffstat (limited to 'website/templates/index.html')
-rw-r--r-- | website/templates/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index acfa3eb..a63a20b 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -8,6 +8,13 @@ <meta name="viewport" content="width=device-width" /> <title>Scipy India 2013 | IIT Bombay</title> + <!-- Foundation 3 for IE 8 and earlier --> + <!--[if lt IE 9]> + <link rel="stylesheet" href="{% static 'css/foundation3/normalize.css' %}"> + <link rel="stylesheet" href="{% static 'css/foundation3/foundation.css' %}"> + <link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}"> + <![endif]--> + <!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. --> <link rel="stylesheet" href="{% static 'css/normalize.css' %}" /> <link rel="stylesheet" href="{% static 'css/foundation.css' %}" /> @@ -244,6 +251,12 @@ ga('create', 'UA-44697375-1', 'scipy.in'); ga('send', 'pageview'); </script> - + + <!-- Foundation 3 for IE 8 and earlier --> + <!--[if lt IE 9]> + <script src="/js/foundation3/foundation.min.js"></script> + <script src="/js/foundation3/app.js"></script> + <![endif]--> + </body> </html> |