Skip to content

Instantly share code, notes, and snippets.

@alex-gist
Created March 12, 2012 16:40
Show Gist options
  • Save alex-gist/2023231 to your computer and use it in GitHub Desktop.
Save alex-gist/2023231 to your computer and use it in GitHub Desktop.
HTML: Starter Boilerplate (HTML 5)
<!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