0 Star 0 Fork 110

raddi / DotDot

forked from 百小僧 / DotDot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<title>点点例</title>
<link rel="stylesheet" type="text/css" href="./css/aui/aui-win.css" />
<style type="text/css">
</style>
</head>
<body></body>
<script type="text/javascript" src="./script/AHelper.js"></script>
<script type="text/javascript" src="./script/zepto.min.js"></script>
<script type="text/javascript">
H.ready(function() {
// 移除启动页
setTimeout(function() {
api.removeLaunchView({
animation : {
type : 'fade',
duration : 500
}
});
}, 3000);
H.$openSlidLayout(function(ret, err) {
}, {
name : 'silde',
url : './html/slide/slide_body.html'
}, {
name : 'index',
url : './html/index_head.html'
});
H.lockSlidPane();
});
</script>
</html>
1
https://gitee.com/rabbi/DotDot.git
git@gitee.com:rabbi/DotDot.git
rabbi
DotDot
DotDot
master

搜索帮助