Files
code_tool_fly/VSCode-win32-x64-1.74.0/resources/app/extensions/html/snippets/html.code-snippets
T

1 line
218 B
Plaintext
Raw Normal View History

2025-05-09 16:55:09 +08:00
{"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"}}