Created
November 11, 2011 05:22
-
-
Save smebberson/1357263 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate in Jade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! 5 | |
//[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] | |
//[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif] | |
head | |
title title | |
body | |
h1 heading | |
|html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment