mirror of
https://github.com/voideditor/void
synced 2026-05-22 17:08:25 +00:00
19 lines
280 B
Text
19 lines
280 B
Text
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|