mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Add viewport meta tag to fix mobile version of the TodoMVC example (#1715)
This commit is contained in:
parent
de5021ba16
commit
2f926a9151
@ -2,6 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Yew • TodoMVC</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user