Skip to content

Instantly share code, notes, and snippets.

@kimmel
Created June 13, 2012 08:58
Show Gist options
  • Save kimmel/2922922 to your computer and use it in GitHub Desktop.
Save kimmel/2922922 to your computer and use it in GitHub Desktop.
basic html5 page
<!DOCTYPE html>
<html lang="en-us" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/custom.css" type="text/css" media="screen" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment