Skip to content

Instantly share code, notes, and snippets.

@sguzik
Created April 24, 2012 18:36
Show Gist options
  • Save sguzik/2482468 to your computer and use it in GitHub Desktop.
Save sguzik/2482468 to your computer and use it in GitHub Desktop.
Starter for an HTML page
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>My Site</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment