Skip to content

Instantly share code, notes, and snippets.

@brianzelip
Created November 24, 2015 14:47
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 brianzelip/af721d3c5e9a03ff417b to your computer and use it in GitHub Desktop.
Save brianzelip/af721d3c5e9a03ff417b to your computer and use it in GitHub Desktop.
{
"html": {
"filters": "html",
"profile": "html",
"snippets": {
"!": "<!DOCTYPE html>\n<html lang=\"en-US\">\n\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\t\t<link rel=\"stylesheet\" href=\"/css/index.css\">\n\t\t<title>${1:TITLE}</title>\n\t\t<meta name=\"description\" content=\"\">\n\t\t<meta name=\"author\" content=\"Brian Zelip\">\n\t\t<meta name=\"keywords\" content=\"\">\n\t</head>\n\n\t<body>\n\n\t\t\n\n\t</body>\n\n</html>\n"
},
"abbreviations": {
"scripts": "<script src=\"\">"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment