web_toolset/web/html/footer.html
2022-09-03 10:34:49 +08:00

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div id="sakana-widget" style="right: 5%;bottom: 8%;position: fixed;"></div>
<div class="layui-footer" style="left: 0; text-align: center; height: 60px; line-height: 0;">
<div style="line-height: 44px;">
©2022 by yutou
</div>
<div>
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号1</a>
<!--<script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279421741&web_id=1279421741"></script>-->
</div>
</div>
</body>
<script type="text/javascript" src="/js/sakana.min.js"></script>
<script>
function initSakanaWidget() {
new SakanaWidget({
audoFit:true
}).mount('#sakana-widget');
}
initSakanaWidget()
</script>
<style>
.sakana-widget-main{
position: absolute;
right: 5%;
bottom: 5%;
}
</style>
</html>