加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
zzchao 提交于 2018-08-24 18:02 . debug
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="拼拼购, 拼团社交">
<meta name="description" content="拼拼购, 拼团社交">
<meta name="author" content="ppg">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=0">
<meta name="msapplication-TileColor" content="#fc3330">
<meta name="theme-color" content="#fc3330">
<meta http-equiv="Page-Enter" Content="revealTrans(duration=0.5, transition=23)">
<meta http-equiv="Page-Exit" Content="revealTrans(duration=0.5, transition=23)">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<style>
/* 有盟数据统计 */
[id^="cnzz_stat"] {
display: none;
opacity: 0;
}
</style>
<title>拼拼购</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- 有盟数据统计 -->
<script type="text/javascript">
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1274533105'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol +
"s13.cnzz.com/z_stat.php%3Fid%3D1274533105' type='text/javascript'%3E%3C/script%3E"));
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化