-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
96 lines (88 loc) · 3.98 KB
/
resources.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="WuTong" />
<meta name="description" content="無同的个人网站" />
<meta name="keywords" content="Personal website,WuTong,無同,个人网站" />
<title>资源 | 無同的小屋</title>
<link rel="icon" href="images/icon/favicon.png" />
<link rel="shortcut icon" href="images/icon/favicon.png" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/resources.css" />
</head>
<body>
<div id="top"></div>
<!-- 顶部导航栏 -->
<div class="topnav">
<ul>
<li><a href="index.html">主页</a></li>
<li><a href="post/article.html">文章</a></li>
<li><a href="resources.html">资源</a></li>
<li><a href="other.html">其他</a></li>
</ul>
</div>
<!-- 头部标题logo -->
<div class="header02">
<img class="logo" src="images/logo.png" alt="無同的小屋" />
<h1 class="p1">———— 资源 ————</h1>
</div>
<!-- 内容 -->
<div class="resources">
<div class="blur">
<p class="p1">目前有两个可用的资源站点:</p>
<hr />
<div class="res">
<h2>御坂网络</h2>
<a href="https://alist.bestwutong.top:555/" target="_blank"><button class="CloudButton">打开</button></a>
<p>说明:使用物理主机挂载的“Alist”在线网盘,包含我的本地番剧和网盘文件。</p>
<p>注意:此站点需使用ipv6网络访问,如果打不开说明你的网络可能不支持使用ipv6(<a href="https://www.test-ipv6.com/" target="_blank">点此测试是否支持ipv6</a>)(手机可直接使用流量访问,一般手机流量都支持ipv6;宽带网络请自行百度)(如果不是ipv6的问题那大概率是网站寄了)。</p>
</div>
<hr />
<div class="res">
<h2>永硕E盘</h2>
<a href="http://tskx233.ysepan.com" target="_blank"><button class="CloudButton">打开</button></a>
<p>说明:使用的是“永硕E盘”云盘服务,服务较稳定,可以查看由我分享的文件。</p>
</div>
</div>
</div>
<!-- 返回顶部 -->
<div>
<a class="back-to-top" href="#top"><img class="icon" src="images/icon/top.png" /></a>
</div>
<!-- 底部版权信息 -->
<div class="blur">
<div class="footer">
<img class="p0" src="images/logo.png" alt="無同的小屋" />
<p class="p1">© 2023-2024 WuTong,All rights reserved.</p>
<p class="p2">TECH OTAKUS SAVE THE WORLD !</p>
<p class="p3">友情链接:
<a class="url" href="https://www.w3school.com.cn/" target="_blank">W3school</a>
<a class="url" href="https://www.csdn.net/" target="_blank">CSDN</a>
<a class="url" href="https://github.com/" target="_blank">Github</a>
</p>
<p class="p3">
<a class="url" href="https://icp.gov.moe/?keyword=20242314" target="_blank">萌ICP备20242314号</a>
<img src="https://badges.toozhao.com/badges/01HRKZR563GX1BH4HP5FRDNHB6/blue.svg" />
</p>
<img class="logo" src="images/logo.png" alt="無同的小屋" />
</div>
</div>
</body>
</html>
<!--
================================================================
$$\ $$\ $$$$$$$$\
$$ | $\ $$ | \__$$ __|
$$ |$$$\ $$ |$$\ $$\ $$ | $$$$$$\ $$$$$$$\ $$$$$$\
$$ $$ $$\$$ |$$ | $$ |$$ |$$ __$$\ $$ __$$\ $$ __$$\
$$$$ _$$$$ |$$ | $$ |$$ |$$ / $$ |$$ | $$ |$$ / $$ |
$$$ / \$$$ |$$ | $$ |$$ |$$ | $$ |$$ | $$ |$$ | $$ |
$$ / \$$ |\$$$$$$ |$$ |\$$$$$$ |$$ | $$ |\$$$$$$$ |
\__/ \__| \______/ \__| \______/ \__| \__| \____$$ |
$$\ $$ |
\$$$$$$ |
\______/
Powered by WuTong
================================================================
-->