Skip to content

Instantly share code, notes, and snippets.

@nsonnadsnip
Forked from nsonnad/HTML skeleton
Created November 29, 2013 10:28
Show Gist options
  • Save nsonnadsnip/7703979 to your computer and use it in GitHub Desktop.
Save nsonnadsnip/7703979 to your computer and use it in GitHub Desktop.
html: an html skeleton
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>blah</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment