2 Star 2 Fork 0

Len / SwooleChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
blockrain.html 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
Len 提交于 2017-06-01 03:39 . Swoole Chat
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>俄罗斯方块</title>
<link rel="stylesheet" type="text/css" href="http://libenfu.com/br/blockrain.css" >
</head>
<body>
<div class="game" style="width:300px; height:1000px;"></div>
<script src="http://libs.useso.com/js/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
<script src="http://libenfu.com/br/blockrain.jquery.min.js" type="text/javascript"></script>
<script>
$('.game').blockrain({
speed: 10,
theme: 'vim'
});
</script>
</body>
</html>
PHP
1
https://gitee.com/libenfu/swoolechat.git
git@gitee.com:libenfu/swoolechat.git
libenfu
swoolechat
SwooleChat
master

搜索帮助