Last active
May 5, 2021 01:34
-
-
Save Houserqu/938e7b6b70f04a31a6d11872f96dbec9 to your computer and use it in GitHub Desktop.
html 常用 meta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 禁止缩放 --> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment