mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
9 lines
154 B
HTML
9 lines
154 B
HTML
<html>
|
|
<head>
|
|
<meta name='viewport' content='initial-scale=2' />
|
|
</head>
|
|
<body>
|
|
A page with the viewport set to 2x scale.
|
|
</body>
|
|
</html>
|