-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews.html
145 lines (108 loc) · 3.29 KB
/
news.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
<!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">
<meta name="description" content="ZL服是一个公益性质的Minecraft服务器">
<meta name="keywords" content="我的世界,服务器,MC,Minecraft服务器,ZL Server,ZL">
<title>ZL服务器官方网站</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
color: #FFF;
font-size: 14px;
overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
}
#background {
position: fixed;
top: 0;
z-index: -1;
background-image: url(./black.jpg);
opacity: .8;
width: 100%;
height: 100%;
}
.content {
font-weight: 500;
text-align: center;
margin-top: 80px;
}
.joinus {
display: inline-block;
margin-top: 30px;
padding: 20px;
color: #FFF;
font-size: 20px;
border: 3px solid #000;
text-decoration: none;
border-radius: 15px;
transition: all .5s;
}
.joinus:hover {
background-color: #fff;
color: #000;
}
a {
text-decoration: none;
color:#FFF;
}
</style>
</head>
</style>
</style>
</head>
<body>
<h2>ZL Minecraft 服务器</h2> <a href="index(en).html">Go to the English Official website</a>
</body>
<nav>
<a href="index.html" class="logo">
</a>
<marquee><a href="#" id="hitokoto_text"></a> </marquee>
</p>
<script>
fetch('https://v1.hitokoto.cn')
.then(response => response.json())
.then(data => {
const hitokoto = document.querySelector('#hitokoto_text')
hitokoto.href = `https://hitokoto.cn/?uuid=${data.uuid}`
hitokoto.innerText = data.hitokoto
})
.catch(console.error)
</script>
</ul>
</nav>
<hr />
<div id="background">
<canvas i
新闻公告
</a>
<section style="margin-top:100px;">
<h1>联系我们</h1>
<p>邮箱:[email protected]</p>
<h1> </h1>
<section style="margin-top:100px;">
<hr>
<h3>友情链接</h3>
<section style="margin-top:10px;">
<a href="http://dfggmc.cn.eu.org/">dfggMC服务器</a><a href="http://dfggbbs.eu.org/">|dfggMC服务器论坛</a>
</section>
<p style="text-align: center;margin-top:18px;"><hr /> <h4>诗句由一言提供技术支持</h4>©2023 <a href="http://zl.cn.eu.org/">ZL
Minecraft服务器</a></p>
<a href="egg.html">Html Version number:2.3</a>
<h5>我们非常重视隐私,因此不会保存Cookie's到您的设备上(第三方跳转网页除外)</h5>
<section style="margin-top:50px;">
</div>
</main>
</html>