mirror of https://github.com/helloxz/imgurl
23 lines
732 B
PHP
23 lines
732 B
PHP
<?php
|
||
/*
|
||
未经作者同意,请勿去掉版权。若有疑问请联系QQ:337003006
|
||
*/
|
||
$year = date('Y',time());
|
||
?>
|
||
<div style = "clear:both;"></div>
|
||
<!-- 底部 -->
|
||
<div class = "footer">
|
||
<div class = "layui-container">
|
||
<div class = "layui-row">
|
||
<div class = "layui-col-lg12">
|
||
Copyright © 2017-<?php echo $year; ?> Powered by <a href="https://imgurl.org/" target = "_blank">ImgURL</a> | Author <a href="https://www.xiaoz.me/" target = "_blank">xiaoz.me</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 底部END -->
|
||
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
|
||
<script src="./static/layui/layui.js"></script>
|
||
<script src="./static/embed.js?v=1.2"></script>
|
||
</body>
|
||
</html>
|