diff options
Diffstat (limited to 'examples/non-responsive')
| -rw-r--r-- | examples/non-responsive/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 73baa43e5..bbed7efb9 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -8,7 +8,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico"> <title>Non-responsive Template for Bootstrap</title> @@ -24,7 +24,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> |
