Add viewport meta tag to fix mobile version of the TodoMVC example (#1715)

This commit is contained in:
Simon 2021-01-24 12:29:59 +01:00 committed by GitHub
parent de5021ba16
commit 2f926a9151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"