This commit is contained in:
2020-04-16 10:06:36 +08:00
parent a05953ec75
commit b796a1a839
6 changed files with 10383 additions and 51 deletions

17
web/html/footer.html Normal file
View File

@@ -0,0 +1,17 @@
<!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>