手机站H5模板

作者 江辉 日期 2017-07-13
手机站H5模板

手机站H5模板

<!DOCTYPE html>
<html lang="zh-CN">
<meta charset="UTF-8">
<title>title</title>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0, maximum-scale=1.0">
<meta name="format-detection" content="telephone=no,email=no"/>
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta name="keywords" content="关键字1,关键字2"/>
<meta name="description" content="描述"/>
<link rel="shortcut icon" href="/static/images/favicon.ico">
<link rel="stylesheet" href="/static/css/weuix.min.css"/>
</head>
<body>
<nav>导航栏</nav>
<script src="/static/js/index.js"></script>
</body>
</html>