-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTips.html
More file actions
154 lines (118 loc) · 3.68 KB
/
Tips.html
File metadata and controls
154 lines (118 loc) · 3.68 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!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 Minecraft Server</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
color: #FFF;
font-size: 14px;
overflow-x: 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: 100px;
}
.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 Server</h2></body><a href="index.html">前往中文官网</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 id="canvas"></canvas>
</div>
<main>
<div class="content">
<h1>Tips</h1>
<h2 class="title">The news page is only available in Chinese (Simplified). Are you sure you want to continue?</h2>
<a href="more.html"
class="joinus" target="_blank">
Continue
<a href="index(en).html" class="joinus" target="_black">
Return
</a>
<section style="margin-top:100px;">
<h1>Contact us</h1>
<p>email:youxuangou@foxmail.com</p>
<h1> </h1>
<section style="margin-top:100px;">
<hr>
<h3>Friendship website</h3>
<section style="margin-top:10px;">
<a href="http://dfggmc.cn.eu.org/">dfggMC Server</a><a href="http://dfggbbs.eu.org/">|dfgg MC Minecraft BBS</a>
</section>
<p style="text-align: center;margin-top:100px;">©2023 <a href="http://zl.cn.eu.org/">ZL
Minecraft Server</a></p>
<section style="margin-top:30px;"><h4>Chinese Poetry by "Yiyan" Provide technical support</h4>
<a href="egg.html">Html Version number:2.3</a>
<h5>我们非常重视隐私,因此不会保存Cookie's到您的设备上(第三方跳转网页除外)</h5>
<section style="margin-top:50px;">
</div>
</main>
</html>