Skip to content

Instantly share code, notes, and snippets.

@karlstolley
Created March 13, 2013 18:14
Show Gist options
  • Select an option

  • Save karlstolley/5154691 to your computer and use it in GitHub Desktop.

Select an option

Save karlstolley/5154691 to your computer and use it in GitHub Desktop.
My basic HTML5 starter, ready for responsiveness.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment