-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-web.html
More file actions
77 lines (77 loc) · 4.02 KB
/
Copy pathindex-web.html
File metadata and controls
77 lines (77 loc) · 4.02 KB
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
77
<html>
<head>
<meta content="charset=utf-8" http-equiv="X-UA-Compatible" content="webkit">
<meta name="theme-color" content="#2E2E2E">
<title>慕云千里「山水一程 三生有幸」</title>
<link rel="shortcut icon" href="https://q.qlogo.cn/g?b=qq&nk=1803905426@qq.com&s=100">
<style type="text/css">
body{text-align:center;font-family:"Lato"}
* {padding:0;margin:0;list-style:none}
body {font-size:14px;font-family:'Lato',Verdana,sans-serif;background:#2E2E2E;color:#fff;align="center"}
a {text-decoration:none;color:#fff}
.all {width:1000px;margin:100px auto 0}
h1 {text-align:center}
ul {padding-top:50px;margin-left:-20px;zoom:1;overflow:hidden;padding-bottom:20px}
li {float:left;width:235px;height:80px;margin-left:20px;_display:inline;text-align:center;line-height:80px}
li a {font-size:24px;font-weight:bold;display:block;background:#404040;}
li a:hover {background:#4E4E4E}
p {text-align:center;color:#fff}
</style>
<link rel="stylesheet" href="https://fonts.loli.net/css?family=Lato:300">
<div id="tp-weather-widget"></div>
<script type="text/javascript" src="https://fly-1257404465.cos.ap-guangzhou.myqcloud.com/static/weather.js"></script>
<script type="text/javascript" src="https://fly-1257404465.cos.ap-guangzhou.myqcloud.com/static/tongji.js"></script>
</head>
<body>
<div class="all"><h1>慕云千里 - MOOY<h1><br>
<div id="baidu">
<style type="text/css">
#baidu{white-space:nowrap}
#baidu_form{margin:0;padding:0}
#baidu_keyword{width:527px;height:45px;line-height:45px;font:20px Lato;padding:2px 5px;margin-right:5px;border:2px solid #4E6EF2;outline:0;vertical-align:middle}
#baidu_submit{width:90px;height:45px;border:0;color:#fff;background:#4E6EF2;font:24px Lato;padding:0;padding-top:3px\9;cursor:pointer;vertical-align:middle}
</style>
<form action="https://www.baidu.com/s?wd=" target="_blank" id="baidu_form">
<input type="text" value="你好呀!世界~" autocomplete="off" name="wd" id="baidu_keyword">
<input type="submit" id="baidu_submit" value="搜索">
</form></div>
<ul>
<li><A HREF="/home.html" target="_blank">【主页】</A></li>
<li><A HREF="/xuexi.html" target="_blank">数字资源</A></li>
<li><A HREF="/learn.html" target="_blank">中小学教育</A></li>
<li><A HREF="https://www.cnki.net/" target="_blank">中国知网</A></li>
<li><A HREF="https://www.zhihu.com/explore" target="_blank">知乎</A></li>
<li><A HREF="https://music.163.com/" target="_blank">网易云音乐</A></li>
<li><A HREF="https://www.bilibili.com/" target="_blank">哔哩哔哩</A></li>
<li><A HREF="https://caiyunapp.com/h5/" target="_blank">彩云天气</A></li>
<li><A HREF="https://www.ithome.com/" target="_blank">IT之家</A></li>
<li><A HREF="https://www.chsi.com.cn/" target="_blank">学信网</A></li>
<li><A HREF="https://www.neea.edu.cn/" target="_blank">中国教育考试</A></li>
<li><A HREF="https://language.chinadaily.com.cn/" target="_blank">英语点津</A></li>
<li><A HREF="https://docs.qq.com/desktop/" target="_blank">腾讯文档</A></li>
<li><A HREF="https://mail.qq.com/" target="_blank">QQ邮箱</A></li>
<li><A HREF="https://filehelper.weixin.qq.com/" target="_blank">微信文件传输</A></li>
<li><A HREF="https://mubu.com/" target="_blank">幕布笔记</A></li>
</ul></div>
<p style="color:#808080">Hi~ ( • ̀ω•́ )✧ 欢迎来访</p>
<p style="color:#808080">Copyright © 2016~2026 <a target="_blank" href="/me.html">ImLuFeng</a> All Rights Reserved.</p>
<p style="color:#808080"><a href="https://icp.gov.moe/?keyword=20221198" target="_blank">萌ICP备20221198号</a></p>
<p style="color:#808080">「生命中愿你期待每一次不期而遇的惊喜」</p>
<script>
var OriginTitile = document.title;
var titleTime;
document.addEventListener('visibilitychange',
function() {
if (document.hidden) {
document.title = '发呆- (●ˊ◡ˋ●)ノ ❤ ' + OriginTitile;
clearTimeout(titleTime);
} else {
document.title = '✧٩(ˊωˋ*)و✧被发现了~ ' + OriginTitile;
titleTime = setTimeout(function() {
document.title = OriginTitile;
},
2000);
}
});</script>
</body>
</html>