mirror of https://github.com/helloxz/onenav.git
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.
25 lines
997 B
25 lines
997 B
<?php include_once('header.php'); ?> |
|
<?php include_once('left.php'); ?> |
|
|
|
|
|
<div class="layui-body"> |
|
<!-- 内容主体区域 --> |
|
<div style="padding: 15px;"> |
|
<div class="layui-container" style = "margin-top:2em;"> |
|
<div class="layui-row"> |
|
<div class="layui-col-lg4 layui-col-md-offset4"> |
|
<ul> |
|
<li>QQ群1:147687134</li> |
|
<li>QQ群2:147687134</li> |
|
<li>项目地址:<a href="https://github.com/helloxz/onenav" rel = "nofollow" target="_blank">https://github.com/helloxz/onenav</a></li> |
|
<li>帮助文档:<a href="https://github.com/helloxz/onenav" rel = "nofollow" target="_blank">https://github.com/helloxz/onenav</a></li> |
|
<li>QQ:337003006</li> |
|
<li>Blog: <a href="https://www.xiaoz.me/" rel = "nofollow" target="_blank">https://www.xiaoz.me/</a></li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<?php include_once('footer.php'); ?>
|
|
|