Skip to content

Instantly share code, notes, and snippets.

@hotestimator
Created March 7, 2012 03:56
Show Gist options
  • Save hotestimator/1990849 to your computer and use it in GitHub Desktop.
Save hotestimator/1990849 to your computer and use it in GitHub Desktop.
HTML: Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML5 boilerplate—all you really need…</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<h1>HTML5 boilerplate</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment