web_toolset/web/html/footer.html

36 lines
1.0 KiB
HTML
Raw Normal View History

2020-04-16 10:06:36 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
2022-09-03 10:34:49 +08:00
<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;">
2020-04-16 10:06:36 +08:00
<div style="line-height: 44px;">
2022-01-06 02:08:14 +08:00
©2022 by yutou
2020-04-16 10:06:36 +08:00
</div>
<div>
2022-09-03 10:34:49 +08:00
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号1</a>
2021-06-10 18:28:38 +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>
2022-09-03 10:34:49 +08:00
<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>
2020-04-16 10:06:36 +08:00
</html>