-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel.html
More file actions
82 lines (71 loc) · 2.1 KB
/
level.html
File metadata and controls
82 lines (71 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="./logo.png">
<title>存档列表-ColorfulCraft 一周年庆典</title>
<style>
body {
background-image: url('background.jpg');
background-size: cover;
background-position: center;
color: #fff;
margin: 0;
padding: 0;
}
.topbar {
background-color: rgba(0, 0, 0, 0.7);
padding: 10px;
text-align: center;
}
.topbar h1 {
font-size: 24px;
margin: 0;
}
.container {
margin: 10px auto;
text-align: center;
}
h1 {
font-size: 40px;
text-transform: uppercase;
letter-spacing: 8px;
}
.logo {
width: 100px;
height: 100px;
margin-bottom: 0px;
}
.footer {
background-color: rgba(0, 0, 0, 0.7);
padding: 10px;
text-align: center;
}
.footer p {
font-size: 14px;
margin: 0;
}
</style>
</head>
<body>
<div class="topbar">
<h1>ColorfulCraft 一周年庆典</h1>
</div>
<div class="container">
<img class="logo" src="logo.png" alt="Server Logo">
<h1>存档列表及目前状况</h1>
<p>NVMT1服 - 2022/7-2022/8 被人恶意毁坏 有<a style="color:red;text-decoration: none;" href="https://www.123pan.com/s/YcCeVv-bN6Eh.html">存档</a></p>
<p>NVMT2服 - 2022/7-2022/? unknow 无存档</p>
<p>1.12.2服 - 2022/8-2022/9 重装系统 无存档</p>
<p>1.19.2服 - 2022/9-2023/? 云服到期 无存档</p>
<p>基岩服 - 2022/?-202?/? 无人游玩 有<a style="color:red;text-decoration: none;" href="https://www.123pan.com/s/YcCeVv-lN6Eh.html">存档</a></p>
<p>简易PVP - 2022/?- ???? 有存档</p>
<p>1.19.3服 - 2023/?-2023/6/28 升级版本 无存档</p>
<p>1.19.4服 - 2023/6/28- 暂未出逝 正常运行</p>
</div>
<div class="footer">
<p>版权所有 © 2023 ColorfulCraft</p>
<p>网页及服务器:By <a href="https://nvmt.top" style="color:rgb(0, 174, 255);text-decoration: none;">Win13Pro</a></p>
</div>
</body>
</html>