-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchoose.html
More file actions
33 lines (33 loc) · 1.43 KB
/
choose.html
File metadata and controls
33 lines (33 loc) · 1.43 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Bluecraft管理组" name="author">
<title>以下三个是服务器主要管理员的B站账号</title>
<link href="./images/logo.ico" rel="icon">
<link href="css/choose_styles.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>以下三个是我们的官方B站账号</h1>
<div class="avatar-container">
<div class="avatar-wrapper">
<img alt="头像1" class="avatar" src="./images/artists/Bguan.png">
<div class="username"><a href="https://space.bilibili.com/650960010?spm_id_from=333.1007.0.0"
target="_blank">Bluecraft</a></div>
</div>
<div class="avatar-wrapper">
<img alt="头像1" class="avatar" src="./images/artists/Bguan.png">
<div class="username"><a href="https://space.bilibili.com/650960010?spm_id_from=333.1007.0.0"
target="_blank">Bluecraft</a></div>
</div>
<div class="avatar-wrapper">
<img alt="头像1" class="avatar" src="./images/artists/Bguan.png">
<div class="username"><a href="https://space.bilibili.com/650960010?spm_id_from=333.1007.0.0"
target="_blank">Bluecraft</a></div>
</div>
</div>
</div>
</body>
</html>