Skip to content

Instantly share code, notes, and snippets.

View wlangstroth's full-sized avatar

Will Langstroth wlangstroth

View GitHub Profile
@wlangstroth
wlangstroth / slim-html5-boilerplate
Created July 11, 2012 15:05 — forked from blakehilscher/slim-html5-boilerplate
Slim HTML5 Boilerplate Rails
doctype html
/[if lt IE 7]
html.no-js.lt-ie9.lt-ie8.lt-ie7 lang="en"
/[if IE 7]
html.no-js.lt-ie9.lt-ie8 lang="en"
/[if IE 8]
html.no-js.lt-ie9 lang="en"
| <!--[if (gte IE 8)]<!-->
<html class="no-js" lang="en"> <!--<![endif]-->
head