-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
333 lines (321 loc) · 10.9 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>红色警戒 重聚 2023 分官网-首页</title>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.dhlbk {
margin: 3px;
}
.fontcolor {
color: whitesmoke;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
display: block;
}
div#img{
margin: auto;
}
</style>
<link rel="shurtcut icon" href="./Image/clienticon.ico">
</head>
<body style="background-color: rgba(19, 19, 19, 0.938);">
<div style="display: flex;">
<div>
<img style="width: 50px;
margin-top: 3px;" src="./Image/clienticon.ico" alt="logo">
</div>
<div style="display: flex;
flex-direction: row-reverse;">
<div style="display: flex;
background-color: darkorange;
margin-top: 3px;
margin-right: 5px;">
<ul style="display: flex">
<li class="dhlbk">
<a href="./index.html">
<div class="dropdown">
<p>
首页
</p>
</div>
</a>
<div style="background-color: yellow;
height: 3px;"></div>
</li>
<li class="dhlbk">
<a href="./download.html">
<div class="dropdown">
<p>
下载
</p>
</div>
</a>
</li>
<li class="dhlbk">
<a href="./uplog.html">
<div>
<p>
更新日志
</p>
</div>
</a>
</li>
<li class="dhlbk">
<a href="https://www.ru2023.top" target="_blank" rel="noopener noreferrer">
<div>
<p>
其他官网
</p>
</div>
</a>
</li>
<li class="dhlbk">
<a href="./contact.html">
<div style="height: 22px;">
<p>
联系我们
</p>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
<div style="display: flex;
flex-direction: column;
align-items: center;">
<h2 style="color:whitesmoke">
红色警戒2重聚2023 官网首页
</h2>
</div>
<div style="display: flex;
flex-direction: column;
align-items: center;
margin-top: 25px;">
<div style="background-color: blueviolet;
width: 70px;" align="center">
<a href="./download.html">
<p style="color: yellow;">
前往下载
</p>
</a>
</div>
</div>
<div style="background-color: rgb(46, 46, 46);
margin-left: 35px;
margin-right: 35px;
border-radius: 15px;
margin-top: 25px;">
<div style="
display: flex;
flex-direction: column;
align-items: center;">
<div style="display: flex;
padding: 5px;">
<div style="display: flex;
flex-direction: column;
margin: 15px;">
<h1 class="fontcolor">
全新的界面
</h1>
<span class="fontcolor">
更新的界面
</span>
</div>
<div>
<img src="./Image/index1.jpg" alt="jiemian" style="display: flex;
width: 560px;
margin: 15px;">
</div>
</div>
</div>
<div style="
display: flex;
flex-direction: column;
align-items: center;">
<div style="display: flex;
padding: 5px;">
<div>
<img src="./Image/index2.jpg" alt="renwu" style="display: flex;
width: 560px;
margin: 15px;">
</div>
<div style="display: flex;
flex-direction: column;
margin: 15px;">
<h1 class="fontcolor">
更多的任务
</h1>
<span class="fontcolor">
直通任何任务
</span>
</div>
</div>
</div>
<div style="
display: flex;
flex-direction: column;
-items: center;">
<div style="display: flex;
padding: 5px;">
<div style="display: flex;
flex-direction: column;
margin: 15px;">
<h1 class="fontcolor">
更全面简洁的设置
</h1>
<span class="fontcolor">
更全面的设置,让游戏更适合你自己
</span>
</div>
<div>
<img src="./Image/index3.jpg" alt="renwu" style="display: flex;
width: 560px;
margin: 15px;">
</div>
</div>
</div>
<div style="
display: flex;
flex-direction: column;
align-items: center;">
<div style="display: flex;
padding: 5px;">
<div>
<img src="./Image/index4.jpg" alt="zaoyuzhan" style="display: flex;
width: 560px;
margin: 15px;">
</div>
<div style="display: flex;
flex-direction: column;
margin: 15px;">
<h1 class="fontcolor">
更多模式,更多地图,更全面的游戏设置
</h1>
<span class="fontcolor">
在你的想象中设置游戏
</span>
</div>
</div>
</div>
<div style="
display: flex;
flex-direction: column;
align-items: center;">
<div style="display: flex;
padding: 5px;">
<div style="display: flex;
flex-direction: column;
margin: 15px;">
<h1 class="fontcolor">
更完美的联机服务
</h1>
<span class="fontcolor">
用技术征服世界
</span>
</div>
<div>
<img src="./Image/index5.jpg" alt="lianji" style="display: flex;
width: 560px;
margin: 15px;">
</div>
</div>
</div>
</div>
<div style="display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;">
<div style="display: flex;
padding: 3px;">
<div style="margin: 3px;">
<a href="https://space.bilibili.com/471856024?spm_id_from=333.337.0.0" target="_blank"
rel="noopener noreferrer" style="color: aqua;">
哔哩哔哩
</a>
</div>
<div style="margin: 3px;">
<a href="./contact.html" style="color: aqua;">
关于我们
</a>
</div>
</div>
</div>
<div style="margin: 5px;">
<span style="color: whitesmoke;">
<b>Mod</b>版权为 君悦OwO 所有,如对平台进行二次修改,请标注原作者。
</span>
</div>
<div style="color: white;">
Copyright © 2023 By 红警HJ指战员,All Rights Reserved!
<span id="span"></span>
<script type="text/javascript">
function runtime() {
// 初始时间,日/月/年 时:分:秒
X = new Date("07/03/2023 16:00:00");
Y = new Date();
T = (Y.getTime() - X.getTime());
M = 24 * 60 * 60 * 1000;
a = T / M;
A = Math.floor(a);
b = (a - A) * 24;
B = Math.floor(b);
c = (b - B) * 60;
C = Math.floor((b - B) * 60);
D = Math.floor((c - C) * 60);
//信息写入到DIV中
span.innerHTML = "本站已安全运行: " + A + "天" + B + "小时" + C + "分" + D + "秒"
}
setInterval(runtime, 1000);
</script>
</div>
<!--音乐播放器
具体参数介绍如下:data-id: 歌曲/专辑/歌单ID
data-server: 音乐平台,支持如下参数:
netease (网易云音乐)
tencent (qq音乐)
xiami (虾米音乐)
kugou (酷狗音乐)
baidu (百度音乐)
data-type: 请求类型,支持如下参数:
song (单曲)
album (专辑)
playlist (歌单)
search (搜索)
data-mode: 播放模式,支持如下参数:
random (随机)
single (单曲)
circulation (列表循环)
order (列表)
data-autoplay: 自动播放 ,支持如下参数:
true
false-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<div id="aplayer" class="aplayer" data-autoplay="true" data-id="2251407356" data-server="netease" data-type="playlist" data-fixed="true" data-listfolded="true" data-order="random" data-theme="#f0f0f0"></div>
<script src="https://unpkg.com/[email protected]/dist/Meting.min.js"></script>
</div>
</body>
</html>