5 lines
288 B
HTML
5 lines
288 B
HTML
|
|
<div class="layui-footer">
|
||
|
|
<!-- 底部固定区域 -->
|
||
|
|
copyright © <php>echo date('Y');</php> <a href="http://www.swiftadmin.net" target="_blank">SwiftAdmin</a> all rights reserved.
|
||
|
|
<span class="layui-layout-right" style="margin-right: 10px;">Build {:release()}</span>
|
||
|
|
</div>
|