Skip to content

Instantly share code, notes, and snippets.

@jsvine
Created September 8, 2011 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsvine/1203795 to your computer and use it in GitHub Desktop.
Save jsvine/1203795 to your computer and use it in GitHub Desktop.
plain HTML boilerplate
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>title</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="robots" content="index,cache,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment