Skip to content

Instantly share code, notes, and snippets.

@alicanerdogan
Created December 22, 2016 07:12
Show Gist options
  • Save alicanerdogan/821aa32134ce73ac0bfaac0601973d7b to your computer and use it in GitHub Desktop.
Save alicanerdogan/821aa32134ce73ac0bfaac0601973d7b to your computer and use it in GitHub Desktop.
VSCode HTML5 Template
"HTML Template": {
"prefix": "thtml",
"body": [
"<!DOCTYPE HTML>",
"<html>",
"<head>",
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />",
" <title>$1</title>",
"</head>",
"<body>",
" <header>",
" </header>",
" <section>",
" $2",
" </section>",
" <footer>",
" </footer>",
"</body>",
"</html>"
],
"description": "HTML5 Template"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment