web_toolset/web/html/footer.html
2020-04-16 10:06:36 +08:00

17 lines
413 B
HTML

<!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;">
©2020 by yutou
</div>
<div>
<a href="#">湘ICP备16005656号</a>
</div>
</div>
</body>
</html>