19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
{
|
|
"html doc": {
|
|
"isFileTemplate": true,
|
|
"body": [
|
|
"<!DOCTYPE html>",
|
|
"<html>",
|
|
"<head>",
|
|
"\t<meta charset=\"UTF-8\" />",
|
|
"\t<title>${1:title}</title>",
|
|
"</head>",
|
|
"<body>",
|
|
"\t$0",
|
|
"</body>",
|
|
"</html>"
|
|
],
|
|
"description": "HTML Document"
|
|
}
|
|
}
|