1 Star 1 Fork 0

天明/myClass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
天明 提交于 2015-11-30 17:34 +08:00 . 时光轴~
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>欢迎首页</title>
<script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
</head>
<body>
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>...</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">项目演示</a></p>
</div>
<div class="alert alert-success" role="alert">
<a href="Laypage" class="alert-link">laypage分页</a>
</div>
<div class="alert alert-info" role="alert">
<a id="chat" class="alert-link">来聊天</a>
</div>
<div class="alert alert-warning" role="alert">
<a href="OssUpload" class="alert-link">OSS上传</a>
</div>
<div class="alert alert-warning" role="alert">
<a href="timeline" class="alert-link">时光轴</a>
</div>
<div class="alert alert-danger" role="alert">
<a href="alldir/look" class="alert-link">1</a>
<a href="alldir/look/index2.php" class="alert-link">2</a>
<a href="alldir/look/index3.php" class="alert-link">3</a>
</div>
</body>
<script type="text/javascript">
$(document).ready(function() {
$('#chat').click(function() {
width =355 ;
height = 505;
window.open ('http://myclass.oschina.mopaasapp.com/chat', 'newwindow', 'height='+height+', width='+width+', top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no,status=no')
});
});
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shala/myClass.git
git@gitee.com:shala/myClass.git
shala
myClass
myClass
master

搜索帮助