forked from zhangyuan/epmet-cloud-lingshan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>欢迎页</title>
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
</head>
|
|
<body>
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">基本信息</div>
|
|
<div style="padding: 10px 0 20px 10px;">
|
|
<h3> 获取帮助</h3>
|
|
<ul>
|
|
<li>Git地址:<a href="https://gitee.com/renrenio/renren-security" target="_blank">https://gitee.com/renrenio/renren-security</a></li>
|
|
<li>官方社区:<a href="http://www.renren.io/community" target="_blank">https://www.renren.io/community</a></li>
|
|
<li>如需寻求帮助、项目建议、技术讨论等,请移步到官方社区,我会在第一时间进行解答或回复</li>
|
|
<li>如需关注项目最新动态,请Watch、Star项目,同时也是对项目最好的支持</li>
|
|
</ul>
|
|
|
|
<h3> 官方QQ群</h3>
|
|
<ul>
|
|
<li>高级群:324780204(大牛云集,跟大牛学习新技能)</li>
|
|
<li>普通群:145799952(学习交流,互相解答各种疑问)</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|