-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (63 loc) · 2.66 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>电脑壁纸</title>
<meta name="keywords" content="电脑桌面壁纸,高清电脑桌面壁纸,电脑桌面壁纸下载,电脑高清桌面壁纸" />
<meta name="description" content="在线壁纸提供高清电脑壁纸下载,包括美女,游戏,动漫,动物,汽车,体育,广告,影视,明星,风景,绘画,节日,花卉等经典壁纸" />
<link href="logo/32.png" rel="icon" sizes="32x32" />
<link href="logo/192.png" rel="icon" sizes="192x192" />
<!-- jQuery文件 -->
<script src="js/jquery.min.js"></script>
<!--滚动加载插件-->
<script src="js/jquery.lazyload.min.js"></script>
<!--全屏滚动插件-->
<script src="js/jquery.onepage-scroll.min.js"></script>
<!--页面核心js文件-->
<script src="js/wallpaper.js"></script>
<link rel="stylesheet" href="css/wallpaper.css">
<style type="text/css">
footer {
left: 0;
right: 0;
bottom: 10px;
color: #fff;
position: fixed;
text-align: center;
}
footer a {
color: inherit;
}
</style>
</head>
<body>
<div class="banner">
<h1 class="webTitle" title="Copyright © 7li7li">电脑壁纸</h1>
<ul id="banner">
<li><a href="https://www.7li7li.cn" target="_blank">7li7li</a></li>
<li onclick="loadData('360new', true);changeTitle(this)">最新壁纸</li>
<li class="tags">
分类壁纸
<ul id="tags"></ul>
</li>
<li onclick="loadData('bing', true);changeTitle(this)">必应美图</li>
<li onclick="loadData('ciba', true);changeTitle(this)" title="金山词霸每日一句壁纸">每日英语</li>
</ul>
</div>
<div class="container">
<div class="jigsaw" id="walBox"></div> <!-- id="walBox" -->
<a id="toolBall" target="_blank" href="javascript:void(0);" class="uptoTop"></a>
<div id="loadmore">壁纸加载中……</div>
</div><!-- class="container" -->
<footer>
<p>
<a href="https://beian.miit.gov.cn/" target="_blank">冀ICP备2023012147号-1</a>
<img src="logo/beian.png" />
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102006566" target="_blank">京公网安备 11010102006566号</a>
©
<script>document.write(new Date().getFullYear())</script> By <a href="https://www.7li7li.cn" target="_blank">7li7li小破站</a>
</p>
</footer>
</body>
</html>