Skip to content

Instantly share code, notes, and snippets.

@ryanlid
Created June 24, 2016 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanlid/21f88ef030df23504e9ca307aaddf8ac to your computer and use it in GitHub Desktop.
Save ryanlid/21f88ef030df23504e9ca307aaddf8ac to your computer and use it in GitHub Desktop.
移动端html基本结构
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment