加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
czh2018 提交于 2020-06-04 10:17 . 移动端 dom
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="no" name="apple-touch-fullscreen" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>webDom</title>
<meta name="description" content="">
<meta name="keywords" content="">
<script src='./js/flexible.js'></script>
<script src='./js/fastclick.js'></script>
<link href='./css/common.css' rel="stylesheet">
<link href='./css/index.css' rel="stylesheet">
</head>
<body>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化