diff options
author | Jayaram Pai | 2013-11-19 20:18:44 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:18:44 +0530 |
commit | 2eb6f4dab0cb4b2153e5c108c443130ab17eefc8 (patch) | |
tree | 92b6ba0722b636033f31b7dde9c9528b9fe3546c /website | |
parent | 2dc3b6ff4ce8315ec51351e56dae8cdbac2f350b (diff) | |
download | SciPy2013-2eb6f4dab0cb4b2153e5c108c443130ab17eefc8.tar.gz SciPy2013-2eb6f4dab0cb4b2153e5c108c443130ab17eefc8.tar.bz2 SciPy2013-2eb6f4dab0cb4b2153e5c108c443130ab17eefc8.zip |
make it work
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 9836b6f..449fe9e 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -5,7 +5,11 @@ <!--[if lt IE 9]> <html class="no-js lt-ie9"> <![endif]--> <head> <meta charset="utf-8" /> - <meta name="viewport" content="width=device-widthdd" /> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <!-- ADD THIS LINE TO MAKE IT WORK --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" > + <title>Scipy India 2013 | IIT Bombay</title> <!-- Foundation 3 for IE 8 and earlier --> |