web_toolset/web/html/footer.html

18 lines
563 B
HTML
Raw Normal View History

2020-04-16 10:06:36 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="layui-footer" style="left: 0px; text-align: center; height: 60px; line-height: 0;">
<div style="line-height: 44px;">
2021-03-01 18:03:19 +08:00
©2021 by yutou
2020-04-16 10:06:36 +08:00
</div>
<div>
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号</a>
2020-11-10 14:58:48 +08:00
<script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279421741&web_id=1279421741"></script>
2020-04-16 10:06:36 +08:00
</div>
</div>
</body>
</html>