Skip to content

Instantly share code, notes, and snippets.

@ajoh504
Last active August 2, 2023 12:55
Show Gist options
  • Save ajoh504/86770051b9c1002d813d67aa6ee09d3e to your computer and use it in GitHub Desktop.
Save ajoh504/86770051b9c1002d813d67aa6ee09d3e to your computer and use it in GitHub Desktop.
HTML Template using VS Code Snippets
{
"html_template" : {
"body" : [
"<!DOCTYPE html>",
"<html lang=\"en-us\">\n",
" <head>",
" <meta charset=\"utf-8\">",
" <meta name=\"viewport\" content=\"width=device-width\">",
" <title></title>",
" </head>\n",
" <body>",
" </body>",
"</html>"
],
"prefix": "html_template",
"description": "Creates a new HTML template."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment