Skip to content

Instantly share code, notes, and snippets.

@yaph
Forked from rtuin/HTML5 Skeleton template.html
Created April 10, 2012 23:27
Show Gist options
  • Save yaph/2355578 to your computer and use it in GitHub Desktop.
Save yaph/2355578 to your computer and use it in GitHub Desktop.
HTML5 skeleton template
<!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