mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Add meta viewport tag for scale (for phones)
This commit is contained in:
parent
962ab2726a
commit
56e6f19dd2
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
<head>
|
||||
<title>{app_title}</title>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8" />
|
||||
{style_include}
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="main"></div>
|
||||
|
|
Loading…
Reference in a new issue