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
732 B
23 lines
732 B
7 years ago
|
<?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.0"></script>
|
||
|
</body>
|
||
|
</html>
|