mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
10 lines
211 B
HTML
10 lines
211 B
HTML
<html>
|
|
<head>
|
|
<meta name='viewport' content='initial-scale=1.0' />
|
|
</head>
|
|
<body>
|
|
A page with a viewport set to initial-scale 1.
|
|
<div style="width:1000px">Very wide div</div>
|
|
</body>
|
|
</html>
|