Add files
This commit is contained in:
commit
fc685a4f43
12 changed files with 308 additions and 0 deletions
14
snippets/html-mode/skel
Normal file
14
snippets/html-mode/skel
Normal file
|
@ -0,0 +1,14 @@
|
|||
# name: html-skeleton
|
||||
# key: skel
|
||||
# --
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>${1:Title}</title>
|
||||
</head>
|
||||
<body>
|
||||
$0
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue