Skip to content

Instantly share code, notes, and snippets.

@jeremy-green
Last active October 11, 2015 12:28
Show Gist options
  • Save jeremy-green/3858742 to your computer and use it in GitHub Desktop.
Save jeremy-green/3858742 to your computer and use it in GitHub Desktop.
HTML: Default Layout
<snippet>
<content><![CDATA[
<!doctype html>
${1:<html lang="en">}
<head>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<title></title>
</head>
<body>
</body>
</html>
]]></content>
<tabTrigger>doc</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment