Created
December 22, 2016 07:12
-
-
Save alicanerdogan/821aa32134ce73ac0bfaac0601973d7b to your computer and use it in GitHub Desktop.
VSCode HTML5 Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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