Skip to content

Instantly share code, notes, and snippets.

@pithyless
Forked from steveklabnik/template.html
Created January 1, 2012 13:14
Show Gist options
  • Save pithyless/1547302 to your computer and use it in GitHub Desktop.
Save pithyless/1547302 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