mirror of https://github.com/helloxz/imgurl.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.
23 lines
705 B
23 lines
705 B
<?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="./static/jquery.min.js"></script> |
|
<script src="./static/layui/layui.js"></script> |
|
<script src="./static/embed.js?v=1.40"></script> |
|
</body> |
|
</html>
|