-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
41 lines (37 loc) · 946 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
</head>
<body>
<style>
* {
margin: 0;
padding: 0;
}
.foot {
text-align: center;
padding: .3rem 0;
background: #191919;
}
.foot p {
font-size: .22rem;
line-height: 1.2;
color: #666666;
}
</style>
<footer class="foot">
<p>COPYRIGHT © 2022 HULUXIA&shupyy.</p>
<p>薯片语音 版权所有</p>
</footer>
<style>
#cnzz_stat_icon_1277629422 {
display: none;
}
</style>
<script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1277629422'%3E%3C/span%3E%3Cscript src='https://s5.cnzz.com/z_stat.php%3Fid%3D1277629422%26show%3Dpic2' type='text/javascript'%3E%3C/script%3E"));</script>
</body>
</html>