This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
169 lines (158 loc) · 4.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="欢迎访问 Minecraft RETE 服务器官网,Minecraft RETE 服务器是一个拥有生存、工业、机械、蒸汽、等等多种玩法,期待您的加入1.16.5中世纪服务器Minecraft RETE" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>主页 | Minecraft RETE 服务器</title>
<link rel="stylesheet" type="text/css" href="static/css/main.css">
<link rel="shortcut icon" href="static/images/icon.ico" type="image/x-icon">
<style type="text/css">
.loading {
width: 100%;
height: 100%;
z-index: 100;
position: fixed;
background: #FCFCFC;
}
.loading-img {
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
#menu-box {
position: fixed;
overflow: hidden;
width: 100%;
transition-duration: 0.4s;
height: 3.125em;
background: none;
}
.menu {
width: 62.8125em;
margin: auto;
height: 3.125em;
background: none;
}
.menu-item h2 a {
padding-top: 0.375em;
color: #C6CDD4;
transition-duration: 0.4s;
padding-left: 0.625em;
float: left;
}
.menu-item a {
padding: 0.8125em 0.9375em;
color: #C6CDD4;
float: right;
transition-duration: 0.4s;
}
.menu-item a:hover {
color: white;
font-size: 1.25em;
}
.menu-item h2 a:hover {
color: white;
font-size: 1.6875em;
}
#item-box {
height: 113.125em;
background: white;
overflow: hidden;
}
</style>
<script>
document.onreadystatechange = function () {
if (document.readyState == "complete") {
$(".loading").fadeOut();
}
}
</script>
</head>
<body>
<div class="loading">
<div class="loading-img">
</div>
</div>
<div id="menu-box">
<div class="menu">
<div class="menu-item">
<h2 class="logo"><a href="/">RETE 服务器</a></h2>
<div class="menu-item-list">
<a href="http://p4.simpfun.cn:8948/">在线地图</a>
<a href="status.html">服务器状态</a>
<a href="download.html">客户端</a>
<a href="/">首页</a>
<a href="afdian.html">赞助</a>
</div>
</div>
</div>
</div>
<div id="banner">
<div class="join-buttom">
<div class="join-item">
<h2>Minecraft RETE 服务器</h2>
<p>生存、工业、机械、蒸汽、等等多种玩法、期待您的加入。1.16.5中世纪服务器</p>
</div>
<h1><a href="https://jq.qq.com/?_wv=1027&k=o0RFuHCW">加入我们</a></h1>
<h1><a href="http://p4.simpfun.cn:8948/">在线地图</a></h1>
<h1><a href="status.html">服务器状态</a></h1>
<h1><a href="download.html">客户端下载</a></h1>
<h1><a href="afdian.html">赞助</a></h1>
</div>
</div>
<div id="item-box">
<div class="box"><a href="https://jq.qq.com/?_wv=1027&k=o0RFuHCW">◄◄ 加入我们</a></div>
<div class="item-page-box">
<div class="item-page">
<h2>欢迎来到Minecraft RETE服务器</h2>
<div class="item-font">
<img src="static/images/tx.jpg" alt="服务器LOGO">
<h3>RETE 服务器历史</h3>
<p>RETE 服务器是由 dlxogns1127&minecraft97323 建立的一个Minecraft服务器</p>
<h3>想加入 RETE 服务器,我应该怎么做?</h3>
<p>非常简单,您只需要下载客户端即可游玩</p>
<p>了解了,我想<a href="download.html">加入游戏!</a></p>
<h3>RETE 服务器规则</h3>
<p>0.禁止崩服 否则封号114514年</p>
<p>1.服主最帅</p>
<p>2.在服务器和QQ群内保持活跃</p>
</div>
</div>
</div>
<div id="footer">
<p id="counter">
©<span id="year">???</span> Minecraft RETE 服务器.<br />
<span id="sitetime">本服务器已安全运行 【加载中】年 【加载中】天 【加载中】小时 【加载中】分【加载中】秒</span>
</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.1.js"
integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
<script>
function scroll() {
var top = $("#item-box").offset().top;
var scrollTop = $(window).scrollTop();
if (scrollTop < top) {
$('#menu-box').css({ "background": "none" });
$('#menu-box').css({ "box-shadow": "none" });
$(".menu-item h2 a").css({ "color": "#C6CDD4" })
$(".menu-item a").css({ "color": "#C6CDD4" });
} else {
$("#menu-box").css({ "background": "#FFFFFF" });
$("#menu-box").css({ "box-shadow": "0em 0em 0.5em #EAEAEA" });
$(".menu-item h2 a").css({ "color": "#333333" })
$(".menu-item-list a").css({ "color": "#333333" });
}
}
$(window).on('scroll', function () {
scroll()
});
</script>
<script src="static/js/main.js"></script>
<!-- 请不要删除此代码,但如果您是Fork的仓库请务必立即删除 -->
<script defer src='https://static.cyfan.ga/l.js' data-l7='lzyao'></script>
</body>
</html>