Skip to content

Commit 5e0b5fb

Browse files
committed
Html5 Shim and Media Query Fallback for IE9
1 parent 812b4a1 commit 5e0b5fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<title></title>
1010
<meta name="description" content="">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<!-- Fallback For IE 9 [ Media Query and html5 Shim] -->
13+
<!--[if lt IE 9]>
14+
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
15+
16+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
17+
<![endif]-->
1218

1319
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
1420
<!-- Bootstrap 3.0.3 added, change to bootstrap.min.css and bootstrap-theme.min.css if you need the minified version -->

0 commit comments

Comments
 (0)