Skip to content

Commit 9e4af7f

Browse files
author
coderswat
authored
html5 basic template fix (#21)
1 parent e7f4b49 commit 9e4af7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/snippets/html.snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ snippet html5
457457
<html>
458458
<head>
459459
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
460+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
460461
<title>${1}</title>
461462
${2:meta}
462463
</head>

0 commit comments

Comments
 (0)