Skip to content

Instantly share code, notes, and snippets.

@robedge
Forked from salomvary/html5.html
Created March 15, 2012 14:51
Show Gist options
  • Save robedge/2044588 to your computer and use it in GitHub Desktop.
Save robedge/2044588 to your computer and use it in GitHub Desktop.
HTML: minimal html5 boilerplate
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title></title>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment