Skip to content

Instantly share code, notes, and snippets.

@markhealey
Created May 20, 2013 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markhealey/5614794 to your computer and use it in GitHub Desktop.
Save markhealey/5614794 to your computer and use it in GitHub Desktop.
HTML5 boilerplate template (boiled down)
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
</head>
<body>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment