-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshuidao.html
84 lines (83 loc) · 3.16 KB
/
shuidao.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>水稻本尊</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js"></script>
<style>
.jza {
text-align: center;
}
.lja
{
text-decoration:none;
}
.bz
{
color:#F435FEFF;
}
</style>
</head>
<body>
<div class="container mt-3">
<div>
<h3>
<a href="index.html" class="fa fa-mail-reply"></a>
<a href="index.html" class="lja">返回</a>
</h3>
</div>
<hr style="-webkit-animation-name: fadeIn;-webkit-animation-duration:0.6s;-webkit-animation-iteration-count: 1;-webkit-animation-delay: 0s;">
<div>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col" colspan="4" class="text-center">信息</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">用户名</th>
<td>水稻本尊
</td>
<th scope="row">用户组</th>
<td class="bz">版主</td>
</tr>
<tr>
<th scope="row">UID</th>
<td>14351</td>
<th scope="row">注册时间</th>
<td>2020-9-12 20:34</td>
</tr>
</tbody>
</table>
</div>
<div class="jza">
<a href="https://klpbbs.com/home.php?mod=space&uid=14351&do=profile&mobile=2" class="btn btn-outline-success">去他KLP主页</a>
</div>
<hr style="-webkit-animation-name: fadeIn;-webkit-animation-duration:0.6s;-webkit-animation-iteration-count: 1;-webkit-animation-delay: 0s;">
<div class="alert alert-success">
欢迎了解水稻本尊
</div>
<div>
<h2>个人简介</h2>
<hr>
<p>
1.他自称是最友好的版主<br>
2.他举办过两次BE地图活动<br>
3.在他的<s>关爱下</s>地图版<s>整齐有序</s>
</p>
<h2>加入工作室</h2>
<hr>
<p>CPS,EWO,光源工作室,星辰工作室,Spark Studio</p>
<h2>勋章</h2>
<hr>
<p>
<img src="https://klpbbs.com/static/image/common/medal/admin.gif"><img src="https://klpbbs.com/static/image/common/medal/kaifazhe.png"><img src="https://klpbbs.com/static/image/common/medal/jiaocheng.png"><img src="https://klpbbs.com/static/image/common/medal/yzn.png"><img src="https://klpbbs.com/static/image/common/medal/2st.png"><img src="https://klpbbs.com/static/image/common/medal/10w.gif"><img src="https://klpbbs.com/static/image/common/medal/gy.png">
<img src="https://klpbbs.com/static/image/common/medal/xcgzs.png"><img src="https://klpbbs.com/static/image/common/medal/muhan.jpg"><img src="https://klpbbs.com/static/image/common/medal/50w.png"></p>
</div>
</body>
</html>