Moving html5shim for ie8 & under, for performance.
This commit is contained in:
parent
2dfa28cea9
commit
2ed8b1f276
13
index.html
13
index.html
@ -11,9 +11,6 @@
|
|||||||
<title>Your Page Title Here :)</title>
|
<title>Your Page Title Here :)</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<!-- Mobile Specific Metas
|
<!-- Mobile Specific Metas
|
||||||
================================================== -->
|
================================================== -->
|
||||||
@ -25,6 +22,16 @@
|
|||||||
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
||||||
<link rel="stylesheet" href="stylesheets/layout.css">
|
<link rel="stylesheet" href="stylesheets/layout.css">
|
||||||
|
|
||||||
|
<!-- this is a nitpick but moving *after* css due to comment here:
|
||||||
|
http://code.google.com/p/html5shim/
|
||||||
|
To use this script, it must be included before the <body> element (i.e. in the <head>) but doesn't matter
|
||||||
|
if it appears before or after the CSS - but for the sake of performance, it would make better sense to include
|
||||||
|
the CSS first then this script.
|
||||||
|
-->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Favicons
|
<!-- Favicons
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<link rel="shortcut icon" href="images/favicon.ico">
|
<link rel="shortcut icon" href="images/favicon.ico">
|
||||||
|
Loading…
Reference in New Issue
Block a user