diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:38:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:38:49 -0800 |
| commit | 679cd5ea02ca83d9c3755d6ac74f4a0bacd02897 (patch) | |
| tree | 431126a48a9de7272caf6128e42bb06623ac5ca6 /docs/index.html | |
| parent | 6d8ac203e5b07a116336e172e9e1ebdb9ad76c33 (diff) | |
| download | bootstrap-679cd5ea02ca83d9c3755d6ac74f4a0bacd02897.tar.xz bootstrap-679cd5ea02ca83d9c3755d6ac74f4a0bacd02897.zip | |
#1706: protocol independent html5shim added, and moved after the CSS for loading time's sake
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 51da2a55f..180a1211b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,17 +7,17 @@ <meta name="description" content=""> <meta name="author" content=""> - <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> - <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> - <![endif]--> - <!-- Le styles --> <link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> + <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <!-- Le fav and touch icons --> <link rel="shortcut icon" href="assets/ico/favicon.ico"> <link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.png"> |
