-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (124 loc) · 4.93 KB
/
index.html
File metadata and controls
133 lines (124 loc) · 4.93 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
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
128
129
130
131
132
133
<html>
<head>
<meta charset="utf-8">
<meta name="Author" content="Noah">
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="./assets/img/favicon.png">
<title>阿晨算法解析系统-永久发布页-下载中心</title>
<meta name="keywords" content="阿晨算法解析系统-地址发布页-下载中心">
<meta name="description" content="阿晨算法解析系统-永久发布页-下载中心">
<link rel="stylesheet" href="./assets/css/1.css">
<script src="./assets/js/1.js"></script>
<script type="text/javascript" src="./assets/js/mayiui.js"></script>
<link rel="stylesheet" href="./assets/css/mayiui.css">
<style>
.box {
color: #FF0000;
}
</style>
</head>
<body>
<script type="text/javascript">
window.onload = function() {
// 生成二维码
var qrcode = new QRCode(document.getElementById("qrcode"), {
width: 160, //设置宽高
height: 160
});
qrcode.makeCode("https://v.212001.xyz/");
}
</script>
<!-- 背景粒子特效模块 -->
<div class="animation-wrapper">
<div class="particle particle-1"></div>
<div class="particle particle-2"></div>
<div class="particle particle-3"></div>
<div class="particle particle-4"></div>
</div>
<div id="all">
<div class="wrapper">
<div class="main">
<h1>永久地址发布页-下载中心</h1>
<div class="content">
<div class="content-top">
<h2>快捷键(Ctrl+D),方便访问</h2>
<ul>
<li>
<span style="font-weight: bold; color: black; font-size: 15px;">首页</span>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">首页地址</a></div>
<div class="go"><a href="https://ichenc.github.io/more/packages/阿晨同学/" target="_self">点击前往</a></div>
</div><br>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">VideoPlayer</a></div>
<div class="go"><a href="https://ichenc.github.io/more/packages/vip/"
target="_self">点击前往</a></div>
</div>
</li>
<li>
<span style="font-weight: bold; color: black; font-size: 15px;">下载中心</span>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">EasyBox手机竖版</a></div>
<div class="go"><a href="https://www.123865.com/s/aBicVv-Fm4J"
target="_blank">点击下载</a></div>
</div>
<br>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">TVBox_takagen99</a></div>
<div class="go"><a href="https://www.123865.com/s/aBicVv-gm4J"
target="_blank">点击下载</a></div>
</div>
<br>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">TVBox_q215613905</a>
</div>
<div class="go"><a href="https://www.123865.com/s/aBicVv-Gm4J"
target="_blank">点击下载</a></div>
</div>
</li>
<li>
<span style="font-weight: bold; color: black; font-size: 15px;">TVBox配置中心</span>
<div class="link">
<div style="color:#02a982">TVBox接口</div>
<div class="go"><a href="./peizhi/index.html" target="_blank">点击前往</a></div>
</div>
<li>
<span style="font-weight: bold; color: black; font-size: 15px;">TG交流群</span>
<div class="link">
<div style="color:#02a982">需科学上网!</div>
<div class="go"><a href="https://t.me/ichenccc" target="_blank">点击进群</a></div>
</div>
<br>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">ichenczh@gmail.com</a>
</div>
<div class="go"><a
href="mailto:aWNoZW5jQDE2My5jb20=?subject=Hello&body=This%20is%20the%20body%20of%20the%20email"
title="email" target="_blank">发送邮件</a></div>
</div>
</li>
<li>
<span style="font-weight: bold; color: black; font-size: 15px;">赞助</span>
<div class="link">
<div><a href="/" target="_blank" style="color:#02a982">赞助我</a></div>
<div class="go"><a href="./zz/index.html" target="_blank">赏口饭吃</a></div>
</div>
</li>
<li>
<span><br>近期部分浏览器屏蔽网址,电脑请安装<a href="https://www.google.cn/chrome/"
target="_blank">Chrome浏览器</a>访问,手机请安装<a href="https://www.myquark.cn"
target="_blank">夸克浏览器</a>访问。</span>
</li>
</ul>
</div>
</div>
<p class="footer">© 2022 阿晨</p>
</div>
</div>
</div>
<div style="display:none;">
<script charset="UTF-8" id="LA_COLLECT" src="./assets/js/2.js"></script>
</body>
</html>