-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (75 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>刺猬兽资源站-主页</title>
<style>
body:before{
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .3;
z-index: -1;
content: "";
position: fixed;
background: url(https://www.dmoe.cc/random.php) center/cover;
}
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
.bubble-nav {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.bubble-nav a {
position: relative;
margin: 0 10px;
text-decoration: none;
color: #333;
font-size: 18px;
font-weight: bold;
}
.bubble-nav a:before {
content: "";
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
z-index: -1;
opacity: 0.8;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<div class="bubble-nav">
<a href="/be_serverhtml">基岩版服务器镜像</a>
<a href="/java_server.html">java版服务器镜像</a>
<a href="/other.html">其他资源</a>
<a href="#">维护ing......</a>
</div>
<body>
<center>
<p style="color:blue;">欢迎使用刺猬兽资源站!</p><br>
<p style="color:blue;">下面是目前为止资源站收录情况.</p><br>
<p style="color:blue;">目前已收录服务端:0</p>
</center>
</div>
</div>
</style>
</body>
</body>
</body>
</html>