/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content=""> <meta name="author" content=""> <!-- Mobile viewport optimized: j.mp/bplateviewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--[if ! lte IE 6]><!--> <link rel="stylesheet" href="assets/css/main.css"> <!--<![endif]--> <!--[if gte IE 7]> <link rel="stylesheet" href="assets/css/ie7.css" type="text/css" media="screen, projection" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.0b.css" media="screen, projection"> <link rel="stylesheet" href="assets/css/ie6.css" type="text/css" media="screen, projection" /> <![endif]--> </head> <body> <div id="wrap"> <div id="accessibility" class="visuallyhidden"> </div> <header role="banner"> <div class="masthead"> </div> <nav id="nav" role="navigation"> <ul> </ul> </nav> <div id="secondary-nav"> <ul> </ul> </div> </header> <section id="main-content" role="main"> <article> <header> </header> </article> </section> <!-- !main-content --> <aside id="sidebar"> </aside> <!-- !aside --> <footer> </footer> <!-- !footer --> </div> <!-- !wrap --> <!-- scripts concatenated and minified via ant build script--> <!-- end concatenated and minified scripts--> <!--[if lt IE 7 ]> <script src="js/libs/dd_belatedpng.js"></script> <script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script> <![endif]--> <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet change the UA-XXXXX-X to be your site's ID --> <script> var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']]; (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = true; g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; s.parentNode.insertBefore(g, s); })(document, 'script'); </script> </body> </html>