diff options
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 --> |