-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhtml.json
More file actions
23 lines (23 loc) · 751 Bytes
/
html.json
File metadata and controls
23 lines (23 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"Danny HTML": {
"prefix": "!",
"body": [
"<!DOCTYPE html>",
"<html lang=\"zh-Hant\">",
" <head>",
" <meta charset=\"UTF-8\" />",
" <meta name=\"author\" content=\"Danny Hsu\" />",
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />",
" <meta name=\"rating\" content=\"General\" />",
" <meta name=\"robots\" ,content=\"index,follow\" />",
" <base target=\"_blank\" />",
" <meta name=\"description\" content=\"主要內容\" />",
" <title>標題</title>",
" <link rel=\"stylesheet\" href=\"./style.css\" />",
" </head>",
" <body></body>",
"</html>"
],
"description": "Danny HTML"
}
}