Skip to content

Instantly share code, notes, and snippets.

View N8-B's full-sized avatar

Nathan Burkiewicz N8-B

View GitHub Profile
@N8-B
N8-B / html5_template.html
Created September 30, 2012 12:58 — forked from KennetPL/html5_template.html
HTML: Starting template
<!doctype html><!-- simplified doctype works for all previous versions of HTML as well -->
<!-- Paul Irish's technique for targeting IE, modified to only target IE6, applied to the html element instead of body -->
<!--[if lt IE 7 ]><html lang="en" class="no-js ie6"><![endif]-->
<!--[if (gt IE 6)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<!-- simplified character encoding -->
<meta charset="utf-8">