Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created July 9, 2011 23:35
Show Gist options
  • Save steveklabnik/1074058 to your computer and use it in GitHub Desktop.
Save steveklabnik/1074058 to your computer and use it in GitHub Desktop.
I always end up typing out the minimal (for me) html5 stuff. so here it is.
<!doctype html >
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<nav></nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment