Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / extensions / html / snippet / html.json
Size: Mime:
{
	"HTML template": {
		"prefix": "html",
		"body": [
			"<!DOCTYPE html>",
			"<html>",
			"<head>",
			"	<meta charset=\"utf-8\" />",
			"	<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">",
			"	<title>{{Page Title}}</title>",
			"	<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
			"	<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"{{main.css}}\" />",
			"	<script src=\"{{main.js}}\"></script>",
			"</head>",
			"<body>",
			"	{{}}",
			"</body>",
			"</html>"
		],
		"description": "Simple HTML5 starting point"
	}
}