-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnav.html
127 lines (108 loc) · 3.82 KB
/
nav.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<html>
<!-- by刷子 -->
<style>
body{
background:linear-gradient(pink,lightgreen,lightblue);
}
h1{
color: #F9F7F4;
font-size:100;
}
p{
color: #F9F7F4;
font-size:15;
}
.footer{
position: fixed;
bottom: 5px;
width:100%;
background-color: #001d2b;
color: white;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.con{
float:left;
}
.mid{
width:500px;
height:100%;
background: ;
margin: 0 auto;
}
.blog{
width:500px;
height:60px;
background:black;
color:#f0edef;
border-radius:25px;
}
</style>
<head>
<meta charset="UTF-8">
<html lang='zh-CN'>
<title>导航-沐泽树洞</title>
<link rel="shortcut icon" href="/img/favicon.ico">
</head>
<body>
<div id="head"; style="height:21px;background:#A2875E";class="element interactiveBox-element isFullWidth">
<marquee style="font-size: 15px; color: #FFFFFF;"> ———————————————————————————☆——————————————————————————— </marquee>
</div>
<!-- 以下为目录 -->
<div id="menu"; style="height:35px;background:#003245";class="element interactiveBox-element isFullWidth">
<center>
<a href="https://zelihole.github.io/index.html" target="_blank" style="font-size: 25px; color: #FFFFFF; text-decoration:none">~主站~</a><a href="https://zelihole.github.io/friend.html" target="_blank" style="font-size: 25px; color: #FFFFFF; text-decoration:none">~友链~</a><a href="https://zelihole.github.io/nav.html" target="_blank" style="font-size: 25px; color: #FFFFFF; text-decoration:none">~导航~</a>
</center>
</div>
<!--以下为简介-->
<br>
<div class="con"; style="background:#604020; height:500px; width:300px; border:5px #66ffff; border-radius:25px">
<center>
<br>
<a href="https://zelihole.github.io/"><img src="img/headlogo-old.png" alt="头像" width="100" height="100"></a><br/>
<b style="font-family:YouYuan; font-size:30px; color:white;">沐泽导航</b>
<p>信息技术<del>哀嚎者</del>爱好者的导航</p>
</center>
</div>
<!--以下为链接-->
<div class="mid">
<center>
<div class="blog">
<p><a href="http://xmsj.org/" target="_blank" style="color:#00fcff; font-size:25px;">音乐搜索器</a><br/>多站合一音乐搜索免费下载解决方案</p>
</div>
<br/>
<div class="blog">
<p><a href="http://app.gzjkw.net/" target="_blank" style="color:#00fcff; font-size:25px;">App Inventor</a><br/>国内可以访问的汉化版</p>
</div>
<br/>
<div class="blog">
<p><a href="https://pan.hefamily.net/" target="_blank" style="color:#00fcff; font-size:25px;">HF云盘</a><br/>3TB免费空间</p>
</div>
<br/>
<div class="blog">
<p><a href="https://pan.huang1111.cn/" target="_blank" style="color:#00fcff; font-size:25px;">huang1111网盘</a><br/>5TB免费空间</p>
</div>
<br/>
<div class="blog">
<p><a href="https://cloudconvert.com/" target="_blank" style="color:#00fcff; font-size:25px;">CloudConvert</a><br/>文件格式转换</p>
</div>
<br/>
</center>
</div>
</body>
<!-- 以下为页脚 -->
<br>
<br>
<br>
<br>
<br>
<br>
<div class="footer">
<center>
<p> ©沐泽 </br></p>
<a href="https://github.com/zelihole/zelihole.github.io/" target="_blank"; style="color: #5ca69b; text-decoration:none">本网站托管于GitHub</a>
<a href="https://icp.gov.moe/?keyword=20231886" target="_blank"; style="color: #ffcc33; text-decoration:none">萌ICP备20231886号</a>
</center>
</div>
</html>