forked from ikxin/kms-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
22 lines (22 loc) · 846 Bytes
/
Copy pathfooter.php
File metadata and controls
22 lines (22 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<br>
<div class="wells" style="text-align: center;">
<p>
Powered by <a target="_blank" href="https://github.com/ikxin/KMS-WebUI">KMS-WebUI</a> |
Theme by <a target="_blank" href="https://www.layui.com">LayUI</a> |
Author by <a target="_blank" href="https://www.ikxin.com">iKxin</a>
</p>
</div>
</div>
</div>
</div>
<script src="layui/layui.all.js"></script>
<script>
//由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
;!function(){
var layer = layui.layer
,form = layui.form;
//layer.msg('Hello World');
}();
</script>
</body>
</html>