foot.html
563 Bytes
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<footer class="main-footer" style="font-size:18px;" th:fragment="foot">
<!--<div class="pull-right hidden-xs">
<b>Version</b> 1.2
<span><a href="http://shenhe.cnlive.com/scan_update_logs">查看更新日志</a></span>
</div>-->
<strong>© 2017-2018 <a href="http://www.cnlive.com/"> 视讯中国 CNLive</a></strong>
版权所有.
</footer>
</body>
</html>