Skip to content

Commit

Permalink
add viewport meta to html5 template (cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 26, 2023
1 parent a190f2c commit 1aa1c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/templates/html5-shared/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>::name::</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="" />

<style>
Expand Down

0 comments on commit 1aa1c48

Please sign in to comment.